我正在嘗試創建android UI測試。 我按照此鏈接中的示例:http://developer.android.com/tools/testing/testing_ui.html#running。Android ant構建項目失敗
請注意,在「構建和部署您的uiautomator測試」階段,出現錯誤,第一個命令必須是/ tools/android 創建 uitest-project -n -t 1 -p。無論如何,這不是我的問題。
我萬阿英,蔣達清在步驟「Ant構建」,我得到這個錯誤:
-post-compile:
-dex:
[dex] input: c:\Users\tabony\workspace\bin\classes
[dex] Converting compiled files and external libraries into c:\Users\tabony\workspace\bin\classes.dex...
[dx] no classfiles specified
BUILD FAILED
c:\Program Files (x86)\Android\android-sdk\tools\ant\ **uibuild.xml:197: null returned: 1**
Total time: 1 second
你的幫助是非常讚賞。
你可以發佈一個build.xml嗎? – Gorets