I recently signed an apk file for release on Google Play, and when I downloaded the application on Google Play and installed it, it would throw a java.lang.ExceptionInInitializerError.
My colleague and I suspect that the library was not added to our signed apk file.
We added our additional library to our project, adding it to our build path for the project.
In addition, the library we are trying to add to our project is ActionBarSherlock.
Is there a reason our library is not included in our signed apk file because we notice that the file size for our signed apk is much smaller than our unsigned version?
Can someone point us in the right direction when signing our apk file correctly so that it includes the library that we added to our build path?
source share