skip to Main Content

Android Studio – Android Resource Linking Failed AAPT: error: resource attr/colorPrimaryVariant?

Images of files to which I made changes after creating the project image of themes.xml image of colors.xml Image of error image of AndroidManifest.xml Code from my activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" android:orientation="vertical" android:background="@drawable/ic_bg"…

VIEW QUESTION
Back To Top
Search