码迷,mamicode.com
首页 > 系统相关 > 详细

mac使用apktool打包回apk

时间:2019-04-06 09:19:16      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:目录   进入   mac   bin   需要   cal   class   usr   语句   

升级最新版的apktool

下载目录:https://ibotpeaches.github.io/Apktool/install/.

权限修改

将上述的文件放在usr/local/bin目录下并执行

chmod +x apktool.jar

删除1.apk

进入apktool.jar的所在目录,也就是usr/local/bin 执行下面语句


java -jar apktool.jar empty-framework-dir

看到


I: Removing 1.apk framework file...

开始打包

然后重新打包。到需要打包的apk的目录

执行


apktool.sh b login

输出


I: Using Apktool 2.4.0
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...

即可。

mac使用apktool打包回apk

标签:目录   进入   mac   bin   需要   cal   class   usr   语句   

原文地址:https://www.cnblogs.com/c-x-a/p/10660670.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!