Android Question FontFamilyFont Error (SOLVED)

iCAB

Well-Known Member
Licensed User
Longtime User
Hi All

I am getting this error after configuring the tools on a new machine

ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex

I tried deleting the c:\android \.... folder and reinstall several times
I am using: B4A 8.5

Thanks
iCAB
 

iCAB

Well-Known Member
Licensed User
Longtime User
Follow the installation instructions: https://www.b4x.com/b4a.html
It will work.

Make sure to set android.jar path to the api-28 folder.

Hi Erel,
I am sure that I did follow the installation instructions as in the above link, and it is important to mention that I only got the problem after attempting to create an AVD.
Before that I was able to compile without a problem.

Please let me know if that changes things.

Thanks
iCAB
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Please post the 2 Paths:
1. The path to the sdkmanager.bat
2. The path you set in the IDE for the Android.jar
 
Upvote 0

iCAB

Well-Known Member
Licensed User
Longtime User
Thanks to both of you. The path was set to android-27 changing to android-28 solved the issue
 
Upvote 0
Top