Skip to content Skip to sidebar Skip to footer

Error "unable To Instantiate Activity ... Didn't Find Class On Path: Dexpathlist"

When I try to build the app on Eclipse, I get the following error: 05-20 15:04:51.202: E/AndroidRuntime(1543): FATAL EXCEPTION: main 05-20 15:04:51.202: E/AndroidRuntime(1543): jav

Solution 1:

Right click on your project and select properties. The "Properties for " panel will open. From the menu on the left go to Java Build Path -> Order and Export . From the list below check the libraries or external jar you added to your project. Finally clean your project and run.


Post a Comment for "Error "unable To Instantiate Activity ... Didn't Find Class On Path: Dexpathlist""