0
I created an Android project and right-clicked on the project > Configure > Convert to Maven Project. But soon after doing this the application does not start anymore, it presents the following error:
Unable to instantiate Activity ... with java.lang.Classnotfoundexception
Someone could give me a light?
Try the following: Right-click on the project folder Estates → Java Build Path → Order and Export and check the option Android Private Libraries. Then clean up, Project → Clean and try again.
– stderr
The option is already marked @qmechanik.
– João Neto
@Joãoneto, are you trying to solve any specific needs or doing some kind of study? Why not use the "default" dependency manager of the Android platform, Gradle?
– Geison Santos