android apk 导出(签名) is not translated in xx 代码混淆 反编译

apk导出遇到问题 解决方式如下

1、导出步骤第一步

android apk 导出(签名) is not translated in xx 代码混淆 反编译

2、提示错误

android apk 导出(签名) is not translated in xx 代码混淆 反编译

3、解决

android apk 导出(签名) is not translated in xx 代码混淆 反编译

其余步骤参见:

代码混淆和数字签名(现在版本混淆)

http://blog.csdn.net/moruna/article/details/17352115

简单的混淆编译:

打开:project.properties文件取消下一句的注释

proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

打开:proguard-project.txt 文件 写一些基本规则

-ignorewarnings

-libraryjars libs/android-support-v4.jar
-libraryjars libs/achartengine-1.1.0.jar
-libraryjars libs/ksoap2-android-assembly-2.6.5-jar-with-dependencies.jar

反编译与混淆(早期版本混淆   反编译可以继续用)

http://www.cnblogs.com/classic/archive/2011/04/27/2030234.html

上一篇:Httprequest 获取url 常用方法


下一篇:可选参数、命名参数、.NET的特殊类型、特性