Android Question unable to Appcompat

krissam

Member
Licensed User
Longtime User
Hello,

I'm trying to test examples which use appcompat library i get these errors :

Generating R file. Error
D:\B4A_Android_Sources\BottomNavigationView\Objects\bin\extra\res3\res\values-v24\values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
D:\B4A_Android_Sources\BottomNavigationView\Objects\bin\extra\res3\res\values-v24\values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

What I'm missing ?

Thanks for your help.
 

DonManfred

Expert
Licensed User
Longtime User
What I'm missing ?
Start with using the android.jar from /sdk/platforms/25/android.jar
Define it in the IDE under Tools-Configure paths.

No more help possible without seeing your project (in the Ide File-Export as Zip and upload this zip if you still having issues after changing the android.jar)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…