I am trying to restructure an existing application, so that, with the exception of a few redefinable methods in a derived activity, all the code will be in the library. This still does not work for some reason , but in the process of trying to fix this problem, I found, much to my disappointment, that there are two .apk and not one (when I start a debugging session from eclipse):
- The first (and larger file) with the original library name.
- The second (only 20 KB) with the name of the derived application.
Why is this and where can I find out more about it?
Could this explain the ClassNotFoundException problem with me?
an00b source share