-
Notifications
You must be signed in to change notification settings - Fork 117
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
clang++: error: linker command failed with exit code 1 #5
Comments
After trying to rebuild I got the following error I did a manual gradlew in the android project directory and printed the stracktrace: $ ./gradlew build --stacktrace
...
]== "CMake Server" ==]
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. So I installed Ninja via brew: $ brew install ninja Now I can build and install the app, but Frida is not detected (even though the app is now running on a rooted device with frida server running. |
It seems that the assembly syscalls need a bit of massage. Got this working by using libc wrappers instead of assembly syscalls. |
Thanks! Can you share your fix as PR? |
Basically this replacement |
I am getting the following error after checking out the repo, opening it in Android Studio and when trying to build the app:
The text was updated successfully, but these errors were encountered: