Hi everyone and especially DonManfred,
this question refers to the thread found here:
https://www.b4x.com/android/forum/t...s256passwordbasedencryption-decryption.68920/
Even if I add this library to my project when I try to compile I get this error:
My Manifest:
I have installed the Android Support Repository revision 47.
Is something wrong with the B4A Version?
Thanks in advance...
this question refers to the thread found here:
https://www.b4x.com/android/forum/t...s256passwordbasedencryption-decryption.68920/
Even if I add this library to my project when I try to compile I get this error:
B4X:
B4A Version: 7.80
Parsing code. (0.02s)
Compiling code. (0.12s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.65s)
Generating R file. Error
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
My Manifest:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
I have installed the Android Support Repository revision 47.
Is something wrong with the B4A Version?
Thanks in advance...