You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2020. It is now read-only.
When stepping through the failing bitbar image recognition demo I notice I'm getting the following error when running the command line screenshot2 app for android:
Exception in thread "main" java.lang.NullPointerException
at com.android.ddmlib.MonitorThread.wakeup(MonitorThread.java:453)
at com.android.ddmlib.MonitorThread.quit(MonitorThread.java:461)
at com.android.ddmlib.AndroidDebugBridge.terminate(AndroidDebugBridge.java:293)
at com.android.screenshot.Screenshot.main(Screenshot.java:280)
I'm using version 26.1.1 of Android SDK tools and JDK 8u151