LuuizAlves
Member
The problem I'm encountering is the following:
- java.lang.NoClassDefFoundError: Failed resolution of: ... ;
- Caused by: java.lang.ClassNotFoundException: Didn't find class ...
First I followed the Libs creation tutorial, and I can use them normally within my project in B4A. However I need to use a second lib (file .jar) in my project, and I can't create instances of that referenced lib.
As I said earlier, both the .jar file and the project in the Eclipse IDE are working normally, but in B4A, it gives the error:
- NoClassDefFoundError !!
I keep thinking about the following question, I can use methods from other libs in my lib that I am creating, and use it in B4A, without presenting this error of not finding the referenced Class.
I really looked for everything here in the Forum related to this, but I was not successful in the searches.
- java.lang.NoClassDefFoundError: Failed resolution of: ... ;
- Caused by: java.lang.ClassNotFoundException: Didn't find class ...
First I followed the Libs creation tutorial, and I can use them normally within my project in B4A. However I need to use a second lib (file .jar) in my project, and I can't create instances of that referenced lib.
As I said earlier, both the .jar file and the project in the Eclipse IDE are working normally, but in B4A, it gives the error:
- NoClassDefFoundError !!
I keep thinking about the following question, I can use methods from other libs in my lib that I am creating, and use it in B4A, without presenting this error of not finding the referenced Class.
I really looked for everything here in the Forum related to this, but I was not successful in the searches.