I have an apk file which I have downloaded from the Internet, If it's possible can you delineate it in detail. I am new to Android Development so any relevant information would be helpful. Thanks. My question doesn't focus on the source code of the apk file.I want to open the apk file directly in Android Studio!
Asked
Active
Viewed 3.6k times
2
-
1Nope, would make some angry devs if it was that easy to decompile their APKs :P – zgc7009 May 24 '16 at 17:36
-
2Possible duplicate of [Is there a way to get the source code from an APK file?](http://stackoverflow.com/questions/3593420/is-there-a-way-to-get-the-source-code-from-an-apk-file) – Flummox - don't be evil SE May 26 '16 at 11:41
1 Answers
9
You are searching for the "APK Analyzer" feature.
See menu Build -> Analyze APK..
It is included since Android Studio 2.2.

Robert
- 39,162
- 17
- 99
- 152