javaandroidandroid-studioddms

Android DDMS is blank


I am trying to open DDMS from tools folder in android sdk (monitor), but it just show blank view and then freeze enter image description here

java -version result:

➜  ~ java -version
java version "1.8.0_152"
Java(TM) SE Runtime Environment (build 1.8.0_152-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)

Solution

  • Finally i fixed the issue via downgrading the jdk from jdk-8u161-macosx-x64 to jdk-8u151-macosx-x64