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

And public can decode that apk file by apktool and dex2jar. Please help me how to create my private apk that can not be decode by other person by apktool and dex2jar. Provide me link or proper solution. thanks in advance..

Pushkar
  • 7,450
  • 10
  • 38
  • 57
hm7
  • 1
  • 1
  • You are looking for this: [How to avoid reverse engineering of an APK file?](http://stackoverflow.com/questions/13854425/how-to-avoid-reverse-engineering-of-an-apk-file) – Paresh Mayani Apr 08 '13 at 06:02

2 Answers2

0

you can set it in to eclipse environment by right clicking on your project, and choose Android tool -> Export signed application package option and then do as your need

Hope It will work

Kirtikumar A.
  • 4,140
  • 43
  • 43
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.

Shadow
  • 6,864
  • 6
  • 44
  • 93