Other Crashlytics compile error (Maven artifact non trovato: com.crashlytics.sdk.android/crashlytics)

Tommaso

Member
Licensed User
Longtime User
Hi,
I'm tring to add Crashlytics features to my application
I've followed tutorial https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/
but i'm unable to compile anymore it seems to be missing some sdk installation?

I've installed as required all
Raccomended, crashlytics, fabric, and playservices

I'm using b4a 8.30
JAVAC: Java\jdk1.8.0_191\bin\javac.exe
JAR: C:\Android\android-sdk\platforms\android-28\android.jar

Error: Maven artifact non trovato: com.crashlytics.sdk.android/crashlytics

It seem to be a problem with my pc/installation because i'm unable to compile application from my collegue (that works fine on his pc)

Any suggestion, idea?
Thanks in advance
Tommaso Honoré
 

Tommaso

Member
Licensed User
Longtime User
Erel,
let me know if I can give you some other info to check the issue,
or if I can check/verify some setting or anything else...

Thanks in advance
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Make sure to have newest versions of them
Aufnahme1.png


You ARE using both? And you are using the B4A SDK Manager? Which version of it?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
JAR: C:\Android\android-sdk\platforms\android-28\android.jar
This does not match your SDK Manager Screenshot!

Adapt the path in B4A to be the right path to the SDK.

Change C:\Android\android-sdk\platforms\android-28\android.jar to C:\Android\sdk-tools-windows-43333796\platforms\android-28\android.jar in the IDE-Tools configure paths


nuova-immagine-bitmap-png.73489
 
Upvote 0

Tommaso

Member
Licensed User
Longtime User
This does not match your SDK Manager Screenshot!

Adapt the path in B4A to be the right path to the SDK.

Change C:\Android\android-sdk\platforms\android-28\android.jar to C:\Android\sdk-tools-windows-43333796\platforms\android-28\android.jar in the IDE-Tools configure paths


nuova-immagine-bitmap-png.73489


Great DonManfred...
You have Hit the problem, I could not see it :)
Now I've understend my mistake

Thankyou very much
Best regards
Tommaso
 
Upvote 0
Top