Android Device Monitor Does Not Start

Asked 1 years ago, Updated 1 years ago, 61 views

Introducing Android Studio to see if your smartphone can be recognized
When I started Android Device Monitor, the following logs were spouted out and I couldn't start them.

Googling for similar cases

I have found an example of this, but unfortunately it didn't start either way.

This may be off the mark, but I appreciate your cooperation.


·Windows 10pro
·Andoroid Studio 3.0.1

!SESSION 2018-02-01 11:09:16.245 ---------------------------------------------------------------------------
exclude.buildId=unknown
java.version = 9.0.4
java.vendor = Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ja_JP
Command-line arguments: -os win32-ws win32-arch x86_64-data@noDefault

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:16.927
!MESSAGE Bundle reference: file: org.apache.ant_1.8.3.v201301120609/@4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:17.102
!MESSAGE Bundle reference: file: org.apache.jasper.classfish_2.2.2.v201205150955.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:17.118
!MESSAGE Bundle reference: file: org.apache.lucene.core_2.9.1.v201101211721.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:20.792
!MESSAGE Bundle reference: file: org.eclipse.help.base_3.6.101.v201302041200.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:20.796
!MESSAGE Bundle reference: file: org.eclipse.help.ui_3.5.201.v20130108-092756.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:20.801
!MESSAGE Bundle reference: file: org.eclipse.help.webapp_3.6.101.v20130116-182509.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:20.900
!MESSAGE Bundle reference: file: org.eclipse.jetty.server_8.1.3.v20120522.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:21.127
!MESSAGE Bundle reference: file: org.eclipse.platform.doc.user_4.2.2.v20130121-200410.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:21.205
!MESSAGE Bundle reference: file: org.eclipse.team.core_3.6.100.v20120524-0627.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:21.215
!MESSAGE Bundle reference: file: org.eclipse.team.ui_3.6.201.v20130125-135424.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:21.235
!MESSAGE Bundle reference: file: org.eclipse.ui.cheatsheets_3.4.200.v20120521-2344.jar @4not found.

!ENTRY org.eclipse.osgi40 2018-02-01 11:09:21.275
!MESSAGE Bundle reference: file: org.eclipse.ui.intro_3.4.200.v20120521-2344.jar @4not found.

!ENTRY org.eclipse.core.runtime40 2018-02-01 11:09:21.826
!MESSAGE FrameworkEvent ERROR
!STACK0
org.osgi.framework.BundleException: The bundle "org.eclipse.core.runtime_3.8.0.v20120912-155025[46]" could not be resolved.Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-0-1SE2.3
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError (AbstractBundle.java:1332)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException (AbstractBundle.java:1316)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker (BundleHost.java:323)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume (AbstractBundle.java:390)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle (Framework.java:1176)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles (StartLevelManager.java:559)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles (StartLevelManager.java:544)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL (StartLevelManager.java:457)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent (StartLevelManager.java:438)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

android-studio

2022-09-29 22:00

1 Answers

I was troubled by the same phenomenon.I put in JDK9, but it started after installing JDK8.Currently, I think that Android Studio 3 is not available with JDK9.


2022-09-29 22:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.