Reputation: 875
I am new to Mobile automation testing using Android SDK , Appium.
Test Environment:- Win-7, Android version 4.2.2
Steps that I followed :-
adb devices
Navigate to folder C:\Users\android-sdks\tools and launched UIAutomatorviewer
click on "Device Screenshot" button of uiautomatorviewer
Instead of showing the connected mobile device screen it's returning the blank screenshot .
Upvotes: 3
Views: 1950
Reputation: 875
There many reason for this, Please take care of below points to make
adb devices
. Verify the device is listed Upvotes: 1
Reputation: 94
your SDK is not compatible with any one of the required JARS or Supportive software UIAutomator is not a separate one.. it will comes in your SDK suite.
Upvotes: 1
Reputation: 1331
It was an old bug for SDk's <=18. try to use Emulator/Device above 4.4 and recommend to use sdk's >=19
https://code.google.com/p/android/issues/detail?id=60359
Upvotes: 0