使用命令行在Android手机中测试应用程序?

时间:2015-04-28 01:12:02

标签: android android-studio adb

Android Studio在我的笔记本电脑上运行速度非常慢,所以我计划使用Android Studio来构建应用程序结构并使用Sublime Text 3进行编码,但我想在我的手机中通过USB使用命令连接来测试我的应用程序终奌站。亚行可能吗?或其他什么?

2 个答案:

答案 0 :(得分:0)

要从命令行运行测试,请使用am instrument。例如,要在包中运行所有测试:

$ adb shell am instrument -w com.example.foo/android.test.InstrumentationTestRunner

假设您的应用程序包名称为com.example.foo且正在使用InstrumentationTestRunner

要验证您的测试包已安装,请运行

$ adb shell pm list instrumentation

修改

或者,如果您只是想在安装后运行应用程序

$ adb shell am start -n com.example.foo/.MainActivity

答案 1 :(得分:0)

你可以推送apk并使用$.ajax({ url: '/ajax/get-location-input', success:function(data){ alert(data); } }); alert('Hi '); 进行安装。

当然,您仍然需要每次都编译新的APK。