189 8069 5689

采用robotium测试无源码apk

运行测试的过程中首先发生的错误:

成都创新互联专注于八宿网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供八宿营销型网站建设,八宿网站制作、八宿网页设计、八宿网站官网定制、小程序制作服务,打造八宿网络公司原创品牌,更为您提供八宿网站排名全网营销落地服务。

[2015-03-02 11:18:22 - AAA] Test run failed: PermissionDenial: starting instrumentationComponentInfo{com.example.changeactive.test/android.test.InstrumentationTestRunner}from pid=6739, uid=6739 not allowed because package com.example.changeactive.testdoes not have a signature matching the target com.dongao.mainclient.phone

解决方式:

1、    先将apk中的META-INFO包去掉

2、    通过jarsigner重新签名

jarsigner -keystoreC:\Users\Administrator\.android\debug.keystore -storepass android -keypassandroid e:\my.apk androiddebugkey

3、使用zipalign进行优化,用于数据对齐

D:\android-sdkr24\build-tools\21.1.2\zipalign 4e:\my.apk e:\Tempmy.apk

mv Tempmy.apk my.apk

Jarsinger工具位置:C:\jdk17\bin

Zipalign工具位置:D:\android-sdkr24\build-tools\21.1.2


最后通过>adb install my.apk 安装


网站栏目:采用robotium测试无源码apk
文章出自:http://cdxtjz.cn/article/pjgdie.html

其他资讯