2

whenever I open android device monitor ,I see this (image attached) blank screen where nothing is working. Actually i want to access the sqlite so I was using android device monitor, but i don't know what happened to this, it is started behaving abnormally.
please help! weird blank screen where nothing is working

Shubham Shukla
  • 988
  • 2
  • 13
  • 28

2 Answers2

3

I see from the screenshot this is regarding a windows machine but it may be the same issue as on the OS X, on OS X Android Device monitor does not seem to work on jdk1.8.0_162. Installing a previous version worked for me. If you install java jdk1.8.0_151 or anything earlier from the archive and delete your 16X version located at /Library/Java/JavaVirtualMachines or change your JAVA_HOME to the older version in your environment variable then the ADM works. To get the archived jdk download it from http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html, however you have to create an oracle account to download past versions :(

I was searching for more similars questions on stack overflow to help as this problem frustrated me greatly, and now see that https://stackoverflow.com/a/47982836/5170253 . has also offered the same solution.

brianoqr
  • 91
  • 6
0

Please follow the following steps:

  1. Note that you will have to downgrade to version 1.8.0_151, downgrading to 1.8.0_152 will not help.
  2. Download and install the older version - https://filehippo.com/mac/download_java_development_kit_for_mac/78808/
  3. Check if the older version is installed by running the command - ls /Library/Java/JavaVirtualMachines/
  4. Update the JAVA_HOME in ~/.bash_profile to point to the old JDK version.
  5. Run the Android Monitor