karthik kolanji
karthik kolanji

Reputation: 2104

Testing with UIAutomator android

I am something new to Testing concept in android.

I am trying to test Facebook login with UIAutomator.

I have downloaded the UIAutomator tool

When I do $ uiautomatorviewer I get Error: Could not find or load main class com.android.uiautomator.UiAutomatorViewer

Upvotes: 0

Views: 325

Answers (1)

Fukai
Fukai

Reputation: 461

You should switch to the directory where uiautomatorviewer.bat locate. In Windows, it is: C:\Program Files (x86)\Android\android-sdk\tools

Upvotes: 1

Related Questions