How you build frida-server for x86_64 Android target? #3315
Replies: 1 comment
-
|
./configure --host=android-"${arch}" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
before I used to run
make core-android-x86_64and it worked - from frida-core.With recent changes seems like something is different.
Now run
./configure --build=android-x86_64beforemakebut it returns error:Beta Was this translation helpful? Give feedback.
All reactions