Where do I find android-server.apk? [closed]
开发者_Python百科
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI'm on a Mac 10.6.3, running Android emulator 2.3.3. I want to run some Selenium tests on the Android app, and as such, am instructed to install the "Android WebDriver Application" using this command ...
./adb -e install -r android-server.apk
Does anyone know where I can download the "Android WebDriver Application", aka "android-server.apk"? Thanks, - Dave
Go to the selenium project page. There you find it: http://code.google.com/p/selenium/downloads/list
You can find "android-server-2.32.0.apk" here:
https://code.google.com/p/selenium/downloads/detail?name=android-server-2.32.0.apk&can=2&q=
for android-server-2.38.0.apk
https://code.google.com/p/selenium/downloads/detail?name=android-server-2.38.0.apk
精彩评论