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:
classNotFoundException in Java is a subclass of java.lang.Exception and Comes when Java Virtual Machine tries to load a particular class and doesn't found the requested class in classpath.
Read more: http://javarevisited.blogspot.com/2011/08/classnotfoundexception-in-java-example.html#ixzz3yX3WBeFA
Try going to Project -> Properties -> Java Build Path -> Order & Export
And Confirm Android Private Libraries are checked for your project and for all other library projects you are using in your Application.
How to deal with the ClassNotFoundException