Android Question Error when running the app

Almog

Active Member
Licensed User
Hello,

I tried to create simple app using Bluetooth , but when runnung the code, this error has occurred:

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


Does anybody know what is the problem and how to fix it?

Thanks in advance
 

DonManfred

Expert
Licensed User
Longtime User
- Use the B4A SDK Manager to update all recommended items.
- Change Android.jar to be the one from SDK 28. Tools-Configure paths...
 
Last edited:
Upvote 0
Top