6

in android there is any possibility to getting source file from .apk file.

skaffman
  • 398,947
  • 96
  • 818
  • 769
  • possible duplicate of [Android: Getting source code from an APK file](http://stackoverflow.com/questions/3593420/android-getting-source-code-from-an-apk-file) – Troubadour Jan 08 '12 at 01:08

3 Answers3

3

It is possible. You need a decompiler for that. But be careful to consider the legal issues.

I use Dedexer or dex2jar. Most times there are good results, but sometimes it is not possible to decompile all sources.

RoflcoptrException
  • 51,941
  • 35
  • 152
  • 200
1

Well, normally you can't or shouldn't be able to, but you can try to 'reverse engineer' the apk (as its called) by using android-apktool:

http://ibotpeaches.github.io/Apktool/

I have no experience with the program yet by the way

mostar
  • 4,723
  • 2
  • 28
  • 45
Nanne
  • 64,065
  • 16
  • 119
  • 163
0

just go to this tutorial

http://forum.xda-developers.com/showthread.php?t=1108798 i hope it will help u.

Muni Mishra
  • 409
  • 2
  • 5
  • 16