-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to manually rebuild project? #9
Comments
Failed to excute ndk build using 13.1.3 .
|
I have the same Problem! |
@suclogger The ndk version I used is r10e. |
1 - Create a new .mk file and paste the following text (this will set the correct ABI and toolchain)APP_PROJECT_PATH := $(NDK_PROJECT_PATH) Note(NDK_TOOLCHAIN_VERSION = 4.9): In my case, a clang toolchain (arm-linux-androideabi-clang) was being used by default, so i had to change it to a gcc one (arm-linux-androideabi-4.9), you can check the version on the /toolchains folder and set this parameter accordingly 2- Add following parameter to ndk-buildNDK_APPLICATION_MK=%Path to the .mk file created in step 1% |
I have the same Problem! |
Hi, it is a great project!
I tried to add some logic under
hookclass
package(not a native method), but I couldn't figure out how to rebuild an apk file. Could you pls offer some build guide?Thanks a lot.
The text was updated successfully, but these errors were encountered: