採用robotium測試無源碼apk

運行測試的過程當中首先發生的錯誤:android

[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.phoneide

解決方式:工具

一、     先將apk中的META-INFO包去掉測試

二、     經過jarsigner從新簽名優化

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

3、使用zipalign進行優化,用於數據對齊spa

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


mv Tempmy.apk my.apkip

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

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


最後經過>adb install my.apk 安裝

相關文章
相關標籤/搜索