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.
- create compatible avd using stock avd system images. in case, used system image nexus 6 running nougat on x86_64 abi.
- go ~/.android/avd folder , locate folder avd created above (ex. ~/.android/avd/test.avd). copy custom system.img file folder.
- 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
Post a Comment