How can i make Android project from Decompiled apk source code . what are the files i need to import in Android studio and make changes .. please help me!!
I think you misunderstand what an APK is. It's a compiled and packaged version of the app, including all resources such as images, and compiled bytecode. It does not contain source code.
It's not possible to import an APK to Android Studio. To make changes to the app, you need access to the original source code, which for obvious reasons, is not distributed with the APK.
You can always de-compile apk file but unfortunately u can't import it as android project as these files are de-compiled from byte-code project structure and information gets lost.
I suggest you too build your code re-using whatever u got from de-compiled apk.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.