Android Question Issue with AppCompat with ToolBar - minimal example -

MrKim

Well-Known Member
Licensed User
Longtime User
Downloaded AppCompat with ToolBar - minimal example - Twice in case it was corrupted in download.
Compile gives the following error:
B4X:
B4A Version: 8.50

Parsing code.    (0.00s)
Building folders structure.    (0.02s)
Compiling code.    (0.07s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
Generating R file.    Error
F:\Android\SampleProjects\AppCompat\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'.
F:\Android\SampleProjects\AppCompat\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'.
B4A 8.50
AppCompat Version 3.52

Thanks for any help.
 

MrKim

Well-Known Member
Licensed User
Longtime User
Looks like very old android.jar (API < 24). Check path configuration (in tools). Which path do you set for android.jar ?
Yeah, I was afraid of that. 23 is the latest I have installed. Now I have to figure out how to download and install a newer version again.

Thanks

Edit: That solved it,
 
Last edited:
Upvote 0
Top