最近换新工作 开始接触mac
安装Android studio 后想要开启 android device monitor
却跳出error...
See the log file:
/User/xxx/Library/Android/sdk/tools/lib/monitor-x86_64/configuration/XXXXX.log
log file:
java.lang.IllegalStateException: Unable to acquire application service.
Ensure that the org.eclipse.core.runtime bundle is resolved and started
(see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
我也没装eclipse...
config.ini 点开里面一大坨...
java 8/9 都试过也不能开
真的不知道该怎么解...