Setting up Frida-Server on Android Device
How to setup Frida Server on a rooted android device
Install Frida Tools
Setup Frida server
Download Frida Server
Spin up your AVD.
Find your AVD architecture using:
Download the correct version of Frida server from release-page. Click on show more options to get the entire list and download the version by matching the architecture.
Unpack the contents using:
Install Frida Server on Android Virtual Device
On non-production emulator (AVD without google-apis)
Use the following commands to push the frida server to the AVD.
Start Frida Server using the command:
On production emulator (AVD with google-apis)
Start Frida Server using the command:
The flag -D
is used to run the server in background (Daemon mode).
Check Installation
Now to check if Frida server is running run the following on a separate terminal.
This should list all running processes.
Last updated
Was this helpful?