如何在发布模式下测试应用程序?我试过ant release test
了,但它给出了这个错误
test:
[echo] Running tests ...
[exec] INSTRUMENTATION_STATUS: id=ActivityManagerService
[exec] INSTRUMENTATION_STATUS: Error=Unable to find instrumentation info for: ComponentInfo{com.kizbit.speedyreader.tests/android.test.InstrumentationTestRunner}
[exec] INSTRUMENTATION_STATUS_CODE: -1
[exec] android.util.AndroidException: INSTRUMENTATION_FAILED: com.kizbit.speedyreader.tests/android.test.InstrumentationTestRunner
我已经将密钥库复制到了测试项目。
我想在发布模式下进行测试,因为它可以节省很多状态。如果我在调试模式下重新安装,那么我必须卸载并重新安装它,这会删除所有状态。