Question

Although It works normally most of times, I am unable to import Android projects in netbeans sometimes. This is occurring frequently recently. It loads only java projects and they run well. The exception is usually one of the two:

ExceptionInInitilizationError

unable to start DalvikPlatformManager (basically a noSuchClass exception)

I though that this might be due to Android Studio which I installed recently but things did not change after uninstalling it.

Reinstalling the JRE,JDK and restarting the works sometimes but not all the times. My projects are stuck up due to this. I reinstalled the Netbeans but it didnt help.

Was it helpful?

Solution

Delete NBAndroid plugin and install it again. It looks like corrupted installation (broken JAR or something similar).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top