Android Question Compiler stops working :(

TheRealMatze

Active Member
Licensed User
Hi,
today i have a problem with the compiler... Yesterday everything was fine, today i got the error message

c:\android-sdk-win\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:171: error: resource android:attr/fontVariationSettings not found.
c:\android-sdk-win\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:172: error: resource android:attr/ttcIndex not found.

I havn´t change everything, what can i do?

Thanks
Matze
 

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hi,
today i have a problem with the compiler... Yesterday everything was fine, today i got the error message

c:\android-sdk-win\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:171: error: resource android:attr/fontVariationSettings not found.
c:\android-sdk-win\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:172: error: resource android:attr/ttcIndex not found.

I havn´t change everything, what can i do?

Thanks
Matze
Check to see if file actually exist at correct location.
 
Upvote 0

TheRealMatze

Active Member
Licensed User
No, but i also can´t find the folder... The cut in the middle (...) does not help ;)
But another Thread talking about the wrong android-version... In my path-configuration the android.jar was located at android-27, changed it to C:\android-sdk-win\platforms\android-28\android.jar. That works so far...
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
C:\android-sdk-win\platforms\android-28\android.jar
That's not the latest recommended SDK, it should be android-30 and you should be using the latest B4A version. Get both from here
 
Upvote 1
Top