I am upgrading a number of apps to incorporate Firebase.
When I click on a library to include it in my B4A project i receive the following error message in a popup window:
"Maven artifact not found. com.google.firebase/firebase-crash"
and also:
"Maven artifact not found. com.google.firebase/firebase-ads"
This message appears irrespective of the library I select - ie it occurs with Firebase and non Firebase libraries.
To try to stop this popup appearing I have:
1] reloaded B4A v6;
2] reloaded my Android SDK - which was up to date - but hadn't been reloaded for some time [ with this I found the path for the repository's weren't correct - I've now fixed that by adding relevant folders in my SDK files to match the SDK popup over Google repository and Android repository]
3] checked my Firebase integration steps - the Json file I have downloaded does have an api key.
4] included
#AdditionalJar: com.google.android.gmslay-services
#AdditionalJar: com.google.gms:google-services
#AdditionalJar: com.google.firebase:firebase-core
#AdditionalJar: com.google.firebase/firebase-crash
#AdditionalJar: com.google.firebase/firebase-ads
[I don't have anything in the libraries folder within the app.]
I can't compile the app because of the maven artifact error appearing before compilation is completed.
I look forward to a suggestion to solve this issue. Thank you.
Leigh
When I click on a library to include it in my B4A project i receive the following error message in a popup window:
"Maven artifact not found. com.google.firebase/firebase-crash"
and also:
"Maven artifact not found. com.google.firebase/firebase-ads"
This message appears irrespective of the library I select - ie it occurs with Firebase and non Firebase libraries.
To try to stop this popup appearing I have:
1] reloaded B4A v6;
2] reloaded my Android SDK - which was up to date - but hadn't been reloaded for some time [ with this I found the path for the repository's weren't correct - I've now fixed that by adding relevant folders in my SDK files to match the SDK popup over Google repository and Android repository]
3] checked my Firebase integration steps - the Json file I have downloaded does have an api key.
4] included
#AdditionalJar: com.google.android.gmslay-services
#AdditionalJar: com.google.gms:google-services
#AdditionalJar: com.google.firebase:firebase-core
#AdditionalJar: com.google.firebase/firebase-crash
#AdditionalJar: com.google.firebase/firebase-ads
[I don't have anything in the libraries folder within the app.]
I can't compile the app because of the maven artifact error appearing before compilation is completed.
I look forward to a suggestion to solve this issue. Thank you.
Leigh