I've created a new VM, and today, while I'm generating the project, I get this error:
B4X:
B4A Version: 9.30
Java Version: 8
Parsing code. (0.06s)
Building folders structure. (0.05s)
Running custom action. (8.00s)
Compiling code. (0.13s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. Error
AndroidManifest.xml:29: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
I don't know if the reported line matches the "real" one in my manifest file, but
B4X:
AddApplicationText(
<meta-data <-----------------THIS IS LINE 29
android:name="com.google.android.geo.API_KEY"
android:value="KEEEEEEEEEEEEEYYYYYYYYYYYYYYYYY"/>
)