Hello,
we are already testing SDK 28 but, as recommended by @Erel , maintaining the use of SDK 26 in our production environment. But when we tried to change the path and target sdk level back to 26 (in apps already compiled with 28), we got the follow error while compiling:
It looks that there is something that avoids downgrading SDK ... the error persists even after "clean project". If we change the target SDK and path to 28 again, the app is compiled without errors...
Any suggestion?
we are already testing SDK 28 but, as recommended by @Erel , maintaining the use of SDK 26 in our production environment. But when we tried to change the path and target sdk level back to 26 (in apps already compiled with 28), we got the follow error while compiling:
B4X:
B4A Version: 8.30
Parsing code. (0.40s)
Compiling code. (1.51s)
Compiling layouts code. (0.20s)
Organizing libraries. (2.39s)
Generating R file. Error
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex
It looks that there is something that avoids downgrading SDK ... the error persists even after "clean project". If we change the target SDK and path to 28 again, the app is compiled without errors...
Any suggestion?