Hello everybody, I have downloaded the library and example files from this thread https://www.b4x.com/android/forum/threads/google-maps.63930/#post-404386, I followed all the instrunctions and replaced the "xxxx" key in the Manifest with my own legal Key then tried to compile but got this error:
B4A Versione: 10.0
Java Versione: 8
Analisi del Codice. (0.00s)
Building folders structure. (0.02s)
Compilazione del codice. (0.13s)
Compilazione del codice di layouts (0.02s)
Organizzazione Librerie. (0.00s)
(Android Support Library)
Generazione file R. Error
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:96: error: Attribute "alpha" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:101: error: Attribute "fontProviderAuthority" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:104: error: Attribute "fontProviderPackage" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:107: error: Attribute "fontProviderQuery" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:113: error: Attribute "fontProviderCerts" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:121: error: Attribute "fontProviderFetchStrategy" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:136: error: Attribute "fontProviderFetchTimeout" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:146: error: Attribute "fontStyle" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:152: error: Attribute "font" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:158: error: Attribute "fontWeight" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:163: error: Attribute "fontVariationSettings" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:166: error: Attribute "ttcIndex" has already been defined
I don't know what to do - Any help will be appreciated.
B4A Versione: 10.0
Java Versione: 8
Analisi del Codice. (0.00s)
Building folders structure. (0.02s)
Compilazione del codice. (0.13s)
Compilazione del codice di layouts (0.02s)
Organizzazione Librerie. (0.00s)
(Android Support Library)
Generazione file R. Error
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:96: error: Attribute "alpha" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:101: error: Attribute "fontProviderAuthority" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:104: error: Attribute "fontProviderPackage" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:107: error: Attribute "fontProviderQuery" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:113: error: Attribute "fontProviderCerts" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:121: error: Attribute "fontProviderFetchStrategy" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:136: error: Attribute "fontProviderFetchTimeout" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:146: error: Attribute "fontStyle" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:152: error: Attribute "font" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:158: error: Attribute "fontWeight" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:163: error: Attribute "fontVariationSettings" has already been defined
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:166: error: Attribute "ttcIndex" has already been defined
I don't know what to do - Any help will be appreciated.