문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top