Android Question Upgrade from V5* to V7.01 error with sample from forum

sigster

Active Member
Licensed User
Longtime User
Hi

I just upgrade to B4A 7.01

I try this sample from the forum

JSListView - Simple Native Listview
SpaceNavigation


I get this error

B4X:
Generating R file.    Error
C:\B4A\Objects\bin\extra\res2\res\values-v23\values-v23.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
C:\B4A\Objects\bin\extra\res2\res\values-v23\values-v23.xml:34: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
C:\B4A\Objects\bin\extra\res2\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'.
C:\B4A\Objects\bin\extra\res2\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'.



Sigster
 

DonManfred

Expert
Licensed User
Longtime User
You are using which android.jar? Vx? It should be platform25/android.jar as of today
 
Upvote 0
Top