rawewhat / root-any-android-emulator

Root Any Android Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

root-any-android-emulator

Root Any Android Emulator

  1. Download these files and put into a folder.
  • su.pie
  • root
  • Root_x86_64_Android_Emulator.bat
  1. Make sure you already configured adb
  2. Run your Android Emulator with writable system
  • in Terminal
  • cd to your Android Sdk tools folder.
    EX: cd "C:\Users{your user name}\AppData\Local\Android\Sdk\tools"
  • emulator.exe -avd {your android emulator name} -writable-system
    EX: emulator.exe -avd Nexus_5X_API_27 -writable-system
  1. Click on Root_x86_64_Android_Emulator.bat
  2. Check your Emulator for root access.

About

Root Any Android Emulator

License:Apache License 2.0


Languages

Language:Batchfile 100.0%