Android Question Problems running Pleroma example

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Trying to compile and run the Pleroma example, but get stuck on this:

Organizing libraries. Error
Maven artifact not found: com.google.firebase/firebase-crashlytics

I have installed the latest B4A version and all the required libraries seem to be present, including FirebaseAnalytics 2.0 and FirebaseNotifications 2.0
I have run the Firebase web console page to create a project and the file google-services.json is present and seems to be OK.
This is the first time I use Firebase, so must be missing something simple.

Any suggestions how to fix this?

RBS
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
Did you add:
B4X:
#AdditionalJar: com.crashlytics.sdk.android:crashlytics
#AdditionalJar: com.google.firebase:firebase-core

- Colin.
 
Upvote 0

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top