skip to Main Content

Android Studio – How to fix: "error: resource color not found" in android studio

I am getting the following errors in android studios: /Users/amaan/AndroidStudioProjects/UTATrivia2/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml:37: error: resource color/purple_700 (aka com.example.utatrivia:color/purple_700) not found. /Users/amaan/AndroidStudioProjects/UTATrivia2/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml:38: error: resource color/black (aka com.example.utatrivia:color/black) not found. This is my themes.xml file: <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!--…

VIEW QUESTION
Back To Top
Search