java - Android 设备监视器打不开

标签 java android eclipse

我无法运行 Android Monitor。我正在使用安卓工作室。不是 Eclipse。

  • 当我尝试使用 sudo ./monitor 在终端中打开它时,我看到以下警告,然后显示

WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.osgi.internal.baseadaptor.BaseStorage (file:/Users/kidus11/Library/Android/sdk/tools/lib/monitor-x86_64/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar) to method java.net.URLClassLoader.addURL(java.net.URL) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.baseadaptor.BaseStorage WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release

  • 我有 Java 版本 9,还有 Javac 9
  • 我已经安装了最新版本的 JDK 或 JRE

这是我每次尝试打开 Android Device Monitor 时看到的标签

!ENTRY org.eclipse.osgi 4 0 2017-10-04 20:18:12.531 !MESSAGE Application error !STACK 1 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) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

任何帮助将不胜感激!

最佳答案

Android Studio 尚不支持 Java 9。 安装 JDK 8 并更新您的工作室配置以将 jre 指向 8。

然后确保您也没有将 JAVA_HOME 设置为 9。 最后,确保你的 eclipse 没有在你的机器上的某个地方运行,并且已经取得了 ADB 的所有权。

关于java - Android 设备监视器打不开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46577610/

相关文章:

android - changeCursor 导致 CalledFromWrongThreadException 异常......但只有一次

html - 在 Eclipse IDE 之外使用 JSP 文件

java - Spring错误java.lang.NullPointerException

java - 如何在处理注释时写入 Gradle 日志记录?

java - 如何获取组中嵌套括号的内容

android - 制作流畅的动画

java - org.dom4j.DocumentException : Connection refused: connect Nested exception in Hibernate

java - 接口(interface)的所有方法都是抽象的吗?

java - 具有包含/排除属性的 JSONView 注释

安卓模拟器 : Telnet does not show the Sensor feature in my Android Studio version (2. 2.1)