Android Question Appcompat Error?

Scantech

Well-Known Member
Licensed User
Longtime User
I updated the SDK today and transferred all 3 of android-support-v4.jar, android-support-v7-appcompat.jar and android-support-design.jar files to Addition Library Folder. I get the following error below.


B4X:
B4A version: 5.20
Parsing code.    (1.40s)
Compiling code.    (1.34s)

ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code.    (0.06s)
Generating R file.    Error
E:\Android\extras\android\support\design\res\layout\design_navigation_menu.xml:17: error: No resource identifier found for attribute 'layoutManager' in package 'scantech.cardiagnosticpro'

My Android Support Library is 23.1
My Path is set to V23 for Android.jar

It was fine until the update. Any clues?

Update: Just saw this
v23.1 of design support library now depends on RecyclerView. We only need the resource files so add the following line to your app (change it to the correct path)

B4X:
#AdditionalRes: <SDK_HOME>\extras\android\support\v7\recyclerview\res, android.support.v7.recyclerview
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top