skip to Main Content

Android Studio – Can not extract resource from com.android.aaptcompiler.ParsedResource@ef79973

Can not extract resource from com.android.aaptcompiler.ParsedResource@ef79973. Can not extract resource from com.android.aaptcompiler.ParsedResource@4c95ce87. C:UsersUser.gradlecachestransforms-34948de165b5218454019e0897afa16eetransformedmaterial-1.6.1resvaluesvalues.xml:829:4: inner element must either be a resource reference or empty. FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:mergeDebugResources'. A failure occurred…

VIEW QUESTION

Android Studio – Bottom Navigation Bar in Android Studio not Working?

bottomNavigationView.setOnNavigationItemSelectedListener{ when (it.itemId){ R.id.local1 -> make_Fragment(fragment1) R.id.local2-> make_Fragment(fragment2) R.id.local3 -> make_Fragment(fragment3) } true } Here bottomNavigationView is throwing error : Unresolved reference: bottomNavigationView and also i defined the id on mainactivity.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout 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"…

VIEW QUESTION
Back To Top
Search