Running Custom Android ROM on Emulator -


i built custom rom based out of aosp (7.0 nexus 6) , use rom sdk emulator. lunch combo build 'aosp_x86_64-eng' believe

should work on sdk emulator. however, don't see option in avd manager specify custom system image. allows me use listed roms google.

i tried copying custom rom's system.img on stock nexus 6 avd emulator doesn't launch after that.

note emulator gets generated during build works fine. build happens on server, , want use generated rom on development machine sdk's avd manager.

found out can done using following steps.

  1. create compatible avd using stock avd system images. in case, used system image nexus 6 running nougat on x86_64 abi.
  2. go ~/.android/avd folder , locate folder avd created above (ex. ~/.android/avd/test.avd). copy custom system.img file folder.
  3. run emulator!

when tried first time didn't work me because have chosen wrong base image (nougat x86 instead of x86_64). catch make sure stock system image compatible build.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -