Hello,
I am getting this error after upgrading the Google Play services SDK and Android Support Repository with the B4A SDK manager.
The Version of the upgraded files are 47.0.0 now.
Before that it was working well.
During upgrade I was getting at the last line in B4A SDK manager:
Error msg:
The file is question is this:
This is what is done:
I am getting this error after upgrading the Google Play services SDK and Android Support Repository with the B4A SDK manager.
The Version of the upgraded files are 47.0.0 now.
Before that it was working well.
During upgrade I was getting at the last line in B4A SDK manager:
B4X:
done
Warning: File C:\Users\me\.android\repositories.cfg could not be loaded.
Error msg:
B4X:
B4A Version: 8.80
Parsing code. (0.01s)
Building folders structure. (0.07s)
Compiling code. (0.02s)
Compiling layouts code. (0.03s)
Organizing libraries. (2.65s)
Generating R file. Error
Failed to generate resource table for split ''
C:\Users\me\Documents\B4A Examples\AppCompat\Objects\bin\extra\res2\res\values-v28\values-v28.xml:7: error: Error: No resource found that matches the given name (at 'dialogCornerRadius' with value '?android:attr/dialogCornerRadius').
The file is question is this:
B4X:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Theme.AppCompat" parent="Base.V28.Theme.AppCompat"/>
<style name="Base.Theme.AppCompat.Light" parent="Base.V28.Theme.AppCompat.Light"/>
<style name="Base.V28.Theme.AppCompat" parent="Base.V26.Theme.AppCompat">
<!-- We can use the platform styles on API 28+ -->
<item name="dialogCornerRadius">?android:attr/dialogCornerRadius</item>
</style>
<style name="Base.V28.Theme.AppCompat.Light" parent="Base.V26.Theme.AppCompat.Light">
<!-- We can use the platform styles on API 28+ -->
<item name="dialogCornerRadius">?android:attr/dialogCornerRadius</item>
</style>
</resources>
This is what is done:
Last edited: