apk - Is it possible to get a source code of an android app installed in my phone? -


Okay, I accidentally lost a source of my project but I got this app from ctrl + F11 eclipse.

Now, I can do all this to compress this app with APK and take code with Apolloq with Dex 2 and resources.

But the code was quite different after the decompressing and not the same as I wrote.

Is there any other way to remove Java code from APK (with backup) from my phone and besides removing it from Decompile?

I really need that code: (

Not for my knowledge The app installed in your phone is always the compiled version while the decompressing can get you back the logic, it will always be like the generated code instead of the exact code you compiled.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -