strazzere / android-unpacker

Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0
Apache License 2.0
1.12k stars 331 forks source link

How can I configure NDK path in Window? #45

Closed lcm92 closed 5 years ago

lcm92 commented 5 years ago

This is my Makefile: build: ndk-build NDK_PROJECT_PATH=C:/Users/admin/AppData/Local/Android/sdk/ndk-bundle/build/ndk-build.cmd APP_BUILD_SCRIPT=./Android.mk

Can you help me?

strazzere commented 5 years ago

This is really dependent on your environment. I suggest you Google the solution or ask in a dev channel where other folks use Windows. I personally don't compile any of this tooling on windows, but it should work if you know what to modify.