2

我正在使用 viewclient 在我的测试中按下按钮。但是我没有设置 ANDROID_HOME 路径,尽管我在环境变量中设置了它。我正在使用 windows7 操作系统。

File "F:\Example\AndroidViewClient\src\com\dtmilano\android\viewclient.py", line 870, in _init_()
File "F:\Example\AndroidViewClient\src\com\dtmilano\android\viewclient.py", line 986 in _ViewClient_obtainAdbPath

它引发了以下异常

('adb="%s" is not executable. Did you forget to set ANDROID_HOME in the environment?' %adb)
Exception: adb="%s" is not executable. Did you forget to set ANDROID_HOME in the environment?

我的环境变量

ANDROID_HOME=C:\adt-bundle-windows-x86_64\adt-bundle-windows\sdk\platform-tools
ANDROID_VIEW_CLIENT_HOME=C:\Users\testing\Downloads\AndroidViewClient-version_2_3_1\AndroidViewClient-version_2_3_1\AndroidViewClient

它看起来到处都是,弄乱了。所以想请教专家并在这里发布。提前致谢

4

2 回答 2

1

升级到最新的AndroidViewClient版本 (2.3.4) 应该可以解决其中的一些Windows问题。

于 2013-01-29T18:36:48.880 回答
1
set ANDROID_HOME=c:\Users\Administrator\AppData\Local\Android\android-sdk

帮我解决了

RuntimeError: The '<ANDROID_HOME>/tools' directory is missing.
Please set the ANDROID_HOME environment variable to a proper Android SDK installation.

RuntimeError: Unable to locate the "adb" command.  
Either set the ANDROID_HOME environment variable or add the location of the "adb" command to your path.
于 2015-08-02T09:00:21.783 回答