Android Question Error after updating maven files with the sdk manager

Grant Fullen

Member
Licensed User
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:font
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontStyle
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontWeight

I can't compile because I get these messages now.
 
Last edited:

Grant Fullen

Member
Licensed User
EDIT: Now a brand new unmodified project gives this on compile.

Failure [-26: Package b4a.example new target SDK 19 doesn't support runtime permissions but the old target SDK 23 does.]

I am using the new 7.80 Beta #1
 
Upvote 0

Grant Fullen

Member
Licensed User
If I increase the Minimum SDK version it gets rid of that message and compiles. However, simply enabling the RuntimePermissions library now triggers a bunch of errors.
 
Upvote 0

Grant Fullen

Member
Licensed User
If this is something I just need to downgrade until solutions are found, then please can someone help me figure that out. I upgraded all of the recommended Maven libs using the built in SDK Manager and now I'm stuck and broken.
 
Upvote 0

Grant Fullen

Member
Licensed User
So I have uninstalled absolutely everything from B4A to deleting the android-sdk folder. I re-installed and re-downloaded everything and I'm still having these basic issues. Surely someone else is broken now too because these are vanilla projects I'm trying to get compiled.
 
Upvote 0

Grant Fullen

Member
Licensed User
So after messing around a lot I kept the same original values in the manifest editor: minSdkVersion="5" android:targetSdkVersion="19"

Under Tools -> Configure Paths I changed the android jar to the android-27\android.jar. It was 24. Now things seem back to normal...... so far.
 
Upvote 0
Top