最近我嘗試了android uiautomation測試入門。android uiautomator runtest錯誤沒有找到類
來自開發者網站的教程我已經完成了幾次,現在遇到一些問題並解決它們之後,我遇到了一個更大的問題。
我創建了一個項目,導入了兩個jar文件,並構建了一個java testcase場景(本教程中的場景)。 之後,我使用shell命令行創建了一個uitest項目。更新build.xml創建了一個jar文件並將其推送到我的設備上。
就一切都很好在這一點上很好地工作。
但試着運行我的命令行測試:
adb -s <ANDROID_SERIAL> shell uiautomator runtest DeviceUnlocker.jar -c c.d.d.DeviceUnlocker
我只得到了錯誤:
INSTRUMENTATION_RESULT: shortMsg = java.lang.RuntimeException
INSTRUMENTATION_RESULT: longMsg=Didn't find class "c.d.d.DeviceUnlockingPseudoCodeTest on Path: /system/framework/android.test.runner.jar: /system/framework/uiautomator.jar:: /data/local/tmp/DeviceUnlocker.jarINSTRUMENTATION_CODE: 0
使用,你可以請把你的代碼的一部分?我的代碼 – Rilwan
的部分都espacially從顯影劑站點 所述一個[Android開發](http://developer.android.com/tools/testing/testing_ui.html)並形成這個網站: [EveryOneTests](HTTP: //everybodytests.blogspot.de/2013/01/unlocking-your-android-test-devices.html) 從自己唯一的其他部分代碼是從我的回答將與代碼中的build.xml文件 –
請張貼logcat的轉儲同樣,我們也可以檢查RuntimeException的到來。 –