更换签名
使用Robotium 需要将签名更换成debug.keystore
1)命令方式
*Un-ziptheapkfile
*DeletetheMETA-INFfolder
*Re-ziptheapkfile,renameitandmakeitas"applicationName.apk"
*InDosprompt/Terminalwritefollowingcommands
> jarsigner -keystore xxx/.android/debug.keystore -storepass android -keypass android applicationName.apk androiddebugkeyp.s. android自带的debug.keystore
Android自带的证书文件的位置可以在Eclispe的 windows->preferences->android->Build中查看,是 在.android/debug.keystore 文件,测试程序和微博客户端都使用该证书签名后能够测试程序能够正常访问。
别名和密码
debug.keystore的别名为 androiddebugkey ,同时密码为 android 。
2) 工具方式
http://www.troido.de/re-sign.jar
如果双击打不开的话,利用java -jar re-sign.jar
相关推荐
zyygive 2020-07-29
hqulyc 2020-04-08
思捻如枫 2019-11-19
tobebest 2010-09-06
chadeltu 2014-01-10
chenjinlong 2019-10-28
Michael 2015-01-09
leeo00 2015-01-07
TongsengsBlog 2015-01-07
attackeg 2012-01-24
Rgenxiao 2011-11-09
Soinice 2014-10-08
fengyun0 2010-07-22
蓝蓝的天 2019-07-01
yuyu00 2019-06-26
daide0 2019-06-26
Imfondof 2017-10-13
MChuajian 2017-03-09
琪凡睿 2016-11-18