Android Question target sdk 29 and library MobileVisionBitmap

valerioup

Member
Licensed User
Longtime User
Hi, can anyone help me to solve it?

Thank you!


B4A Versione: 9.80
Java Versione: 8
Analisi del Codice. (0.00s)
Building folders structure. (0.09s)
Compilazione del codice. (0.02s)
Compilazione del codice di layouts (0.01s)
Organizzazione Librerie. (0.07s)
(Android Support Library)
Generazione file R. Error
c:\android\tools\..\extras\b4a_remote\com\android\support\support-compat\28.0.0\unpacked-support-compat-28.0.0\res\values\values.xml:36: error: Attribute "fontProviderFetchStrategy" already defined with incompatible format.
c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:127: Original attribute defined here.
c:\android\tools\..\extras\b4a_remote\com\android\support\support-compat\28.0.0\unpacked-support-compat-28.0.0\res\values\values.xml:51: error: Attribute "fontProviderFetchTimeout" already defined with incompatible format.
c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:139: Original attribute defined here.
c:\android\tools\..\extras\b4a_remote\com\android\support\support-compat\28.0.0\unpacked-support-compat-28.0.0\res\values\values.xml:61: error: Attribute "fontStyle" already defined with incompatible format.
c:\android\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:147: Original attribute defined here.
 

Biswajit

Active Member
Licensed User
Longtime User
You need to reference android.jar from android-29 folder.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Also he need to switch to AndroidX i guess.
 
Upvote 0
Top