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
 

DonManfred

Expert
Licensed User
Longtime User
And we should guess what your code is????

post (better upload) your wrapper code. Without it we hardly can help.
 

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.
 
Top