java.lang.ClassNotFoundException after changing nothing in the project but upgrading eclipse android sdk [duplicate] java.lang.ClassNotFoundException after changing nothing in the project but upgrading eclipse android sdk [duplicate] android android

java.lang.ClassNotFoundException after changing nothing in the project but upgrading eclipse android sdk [duplicate]


Right click on your project goto properties. Java Build Path. Choose Order export tab. Make sure that Android Private Libraries is selected. If you have referenced library project. do the same for the library project also. Clean and Build.

Also goto android sdk manager and check that you have the android sdk build tools installed. This many not be necessary but make sure you have android build tools installed.