Android Question Generating R File Error: Error retrieving parent for item

LinesOfCodes

New Member
Hi, I test compile my program then found this error while compiling:
Generating R file. Error
res\values-v14\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo'.
res\values-v20\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material'.
But this is the error when using the Dark theme (Modify Manifest file).
This is the error when using the Light theme (Default).
Generating R file. Error
res\values-v14\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo.Light'.
res\values-v20\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light'.
Also, You can see it's the same error.
And I already install Java JDK 8 and Android 10.0 (Q) SDK (API Level 29 Revision 5)
Also, Note that I have Android Studio Installed. And This Android SDK is installed using the Android Studio SDK Manager. And I already updated it.
 

DonManfred

Expert
Licensed User
Longtime User
Android Studio and its SDK is not relevant for B4A. Probably even not compatible at all.

Follow the installations instructions carefully:

 
Upvote 0
Top