java.lang.IllegalStateException when clicking on Android Device Monitor -
after launching android studio , clicking on android device monitor icon there error log. output of log that:
!session 2015-08-25 09:32:26.463 ----------------------------------------------- eclipse.buildid=unknown java.version=1.7.0_79 java.vendor=oracle corporation bootloader constants: os=win32, arch=x86_64, ws=win32, nl=en_us command-line arguments: -os win32 -ws win32 -arch x86_64 !entry org.eclipse.osgi 4 0 2015-08-25 09:32:27.209 !message application error !stack 1 java.lang.illegalstateexception: unable acquire application service. ensure org.eclipse.core.runtime bundle resolved , started (see config.ini). @ org.eclipse.core.runtime.internal.adaptor.eclipseapplauncher.start(eclipseapplauncher.java:74) @ org.eclipse.core.runtime.adaptor.eclipsestarter.run(eclipsestarter.java:353) @ org.eclipse.core.runtime.adaptor.eclipsestarter.run(eclipsestarter.java:180) @ sun.reflect.nativemethodaccessorimpl.invoke0(native method) @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:57) @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43) @ java.lang.reflect.method.invoke(method.java:606) @ org.eclipse.equinox.launcher.main.invokeframework(main.java:629) @ org.eclipse.equinox.launcher.main.basicrun(main.java:584) @ org.eclipse.equinox.launcher.main.run(main.java:1438)
how can resolve problem ?
Comments
Post a Comment