I've followed the steps to decode an APK file and got all the source code (Java + xml). Now I want to import all that code into Android Studio to build an APK by making some modification to that APK. I'm not able to import the project into Android Studio.
Asked
Active
Viewed 285 times
1 Answers
1
You can't. When you decompile an APK, you've not getting the whole original source codes. You can't use it to rebuild a new project on Android Studio.

Bruno
- 3,872
- 4
- 20
- 37
-
i used apktool +jd-gui+framework-res and all, using the cmd.. now will i get the original source code by following the above steps.if no, are there any other methods to get the original source code. – Ravi Fc Boult Dec 24 '18 at 10:06
-
1_are there any other methods to get the original source code_ Of course, not ! – Bruno Dec 24 '18 at 10:08