I\'ve just refactored an app into a framework library and an application, but now when I try and start the app in the emulator I get the following error stack trace:
I was getting the same issue.
But then i checked the current structure of the application.I found that older application structure(i don't know the time it is changed by android framework developers) has a folder name "lib" which is now "libs".
I migrate my all jar files into "libs" and the error is gone.
I hope this may help to someone :)