Android Question How to set up an Android 4.2.2 development environment on B4A version 13.4?

TheLing

New Member
I successfully installed B4A using OpenJDK 19 and android-36 following the steps on the webpage. However, I need to develop a small application for Android 4.2.2, but my environment doesn't support this version. How should I configure the environment? Thank you!
 

TheLing

New Member
Please post the exact error you are encountering.
B4A Version: 13.40
Parsing code. (0.05s)
Java Version: 19
Building folders structure. (0.02s)
Running custom action. (0.06s)
Compiling code. (0.06s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.11s)
Linking resources Error
error: resource android:style/Theme.Material.Light not found.
res\values-v20\theme.xml:6: error: style attribute 'android:attr/windowOptOutEdgeToEdgeEnforcement' not found.
error: resource android:style/TextAppearance.Material.Widget.ActionBar.Menu not found.
error: failed linking references.

It's about creating a GPS app for a car infotainment system running Android 4.2.2.
 
Upvote 0
Top