当前位置: 代码迷 >> Android >> android用robotium测试apk签名有关问题
  详细解决方案

android用robotium测试apk签名有关问题

热度:66   发布时间:2016-05-01 09:55:55.0
android用robotium测试apk签名问题
Test run failed: Permission Denial: starting instrumentation ComponentInfo{com.example.androidauto.test/android.test.InstrumentationTestRunner} from pid=820, uid=820 not allowed because package com.example.androidauto.test does not have a signature matching the target com.xiaomi.channel

------解决方案--------------------
测试程序和被测试程序签名要一致
  相关解决方案