How to re-sign an existing android system app after modifing it_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > How to re-sign an existing android system app after modifing it

How to re-sign an existing android system app after modifing it

 2010/11/19 9:20:04  liuqzan  http://liuqzan.javaeye.com  我要评论(0)
  • 摘要:asthemmwillautomaticsigntheapkfileswithadebugsigning.soican'tsignapkfilecreatedbyusethemmcommand..andIfindIcan'tbuildtheandroidsystemprojectimmediatelywithantbecausethehideapiofgoogles..attheend..Isolvethisproblemwithtwosteps
  • 标签:

?as the mm will automatic sign the apk files with a debug signing .so i can't sign apk file created by use the mm command ..and I find I can't build the android system project immediately with ant because the hide api of googles ..at the end ..I solve this problem with two steps.

?first I build the modified source code(android source code imported as a java project) and then i use the ant to build it with the template ant tasks provide by android sdk (android ant build template task file is in <SDK>/platforms/<target_platform>/templates/android_rules.xml .and then i commented the task compile content :javac and just copied the classes build by eclipse to the destination fold the bin folder..

  • 相关文章
发表评论
用户名: 匿名