Java Question Integrating FirebaseDatabase, i get "Failed Resolution of ...FirebaseDatabase"

skyluke83

Member
Licensed User
Longtime User
Hi Guys, I'm writing a wrapper of the Firebase Database. I get:

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/firebase/database/FirebaseDatabase;
at cleverativity.b4a.lib.FirebaseDatabaseWrapper.Initialize(FirebaseDatabaseWrapper.java:24)

I'm using Eclipse to edit the Java code, I've compiled with SimpleLibraryCompiler, I've extracted the FirebaseDatabase.jar from the AAC and everything looks fine. The only thing I didn't do is to modify the test app Manifest like @Erel wrote to do, 'cause I didn't know what to put.

Any Idea?

Thanks
 

skyluke83

Member
Licensed User
Longtime User
Sorry, here you can find it.
 

Attachments

  • FirebaseRealtimeDB.zip
    361.9 KB · Views: 473

Richard Goh

Active Member
Licensed User
Longtime User
Hi skyluke83,
Do you able to wrap the library? I am looking for that function to be use in my project as well.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…