Java Question how to add com.google.android.gms

hanyelmehy

Active Member
Licensed User
Longtime User
how to add
B4X:
com.google.android.gms
com.google.firebase.FirebaseException

.to Eclipse IDE 4.13 library project
 

DonManfred

Expert
Licensed User
Longtime User
Add the artifacts for them. they are all inside the AndroidSDK\extras\b4a_remote folder
 

hanyelmehy

Active Member
Licensed User
Longtime User
Which SDK are you wrapping? In many cases it will be easier to implement it with JavaObject or inline Java.
i try to make library for firebase PhoneAuthProvider
also is there any way to figure out class jar or aar source
 

DonManfred

Expert
Licensed User
Longtime User
Top