I want to create an Android project that contains some code, and then export that code as a .jar file to use it on another Android project.
I ve already tried to create an Android project and set it as a library in the properties, and then export the project as a jar file.
Aparently everything works fine, when I use my .jar file as a user library in another Android project my code inside the .jar is visible and everything compiles fine. But when I run my application it closes and say that it could not find the classes inside the .jar file.
Any sugestions will be very appreciated!
Thanks in advance.
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...