0
i have to create an apk with key and publish it.

公众可以通过 apktool 和 dex2jar 解码该 apk 文件。请帮助我如何创建无法被其他人通过 apktool 和 dex2jar 解码的私有 apk。给我链接或适当的解决方案。提前致谢..

4

2 回答 2

0

您可以通过右键单击您的项目将其设置为 Eclipse 环境,然后选择 Android 工具 -> 导出签名的应用程序包选项,然后根据需要执行

希望它会起作用

于 2013-04-08T05:58:25.560 回答
0

My answer is you can decode any type of apk file when it's been installed in phone. you can back up and use it. you can decode it and extract it. AndroidSuite is a powerful tool that decode any type of apk and also encode resource files etc. So as far as I know, it's a tedious process.

http://forum.xda-developers.com/showthread.php?t=1461135

My suggestion is to prevent extracting apk from phone is use "File observer.java" to monitor whether apk been backed up,if so do some stuff to delete where it gets stored.

于 2013-04-08T07:38:38.480 回答