Search code examples
androidandroid.mk

How to get android.mk file from decompiled APK?


I have an .apk I decompiled and I see there are **.so** files used in that code.

How do I find the **.mk** file from that source code?


Solution

  • You can't.

    Build scripts like build.gradle and the .mk, if there even was one, are used to build the .apk but are not included in the output of the build i.e., the packaged .apk