Hi Everyone!
I've a problem: I've build a library with Eclipse an succesfully added to my b4a project. It is seen perfectly in the project and the intellisense in the ide show correctly all the methods. When I try to execute the project in the emulator the compiler compile the application correctly but once is executed the emulator throwns this exception:
java.lang.NoClassDefFoundError: it.gekosoftware.ACRNFC.readerNFCWrapper
where it.gekosoftware.ACRNFC.readerNFCWrapper is the library that I've created an that is referenced in the project.
I've also decompile the dex file in the apk and I've seen that the calsses of my package are not prensent, but are present the classes of a package referenced by it that I've manually added in the jar file of my library once created from Eclipse.
It seem that the IDE doesn't construct correctly the dex file in the apk. I've missed somthing?
Thanks for any help.
Mauro
I've a problem: I've build a library with Eclipse an succesfully added to my b4a project. It is seen perfectly in the project and the intellisense in the ide show correctly all the methods. When I try to execute the project in the emulator the compiler compile the application correctly but once is executed the emulator throwns this exception:
java.lang.NoClassDefFoundError: it.gekosoftware.ACRNFC.readerNFCWrapper
where it.gekosoftware.ACRNFC.readerNFCWrapper is the library that I've created an that is referenced in the project.
I've also decompile the dex file in the apk and I've seen that the calsses of my package are not prensent, but are present the classes of a package referenced by it that I've manually added in the jar file of my library once created from Eclipse.
It seem that the IDE doesn't construct correctly the dex file in the apk. I've missed somthing?
Thanks for any help.
Mauro