简体   繁体   中英

How to run android emulator with the system image generated from newly built android lollipop code?

I have downloaded android lollipop source code. I have built it successfully. The system img is generated. How do I run this on an emulator? I want to check if this is working. And i dont want to use the default system images . Please guide.

Regards, Sathya

enter you build root folder.

1.source

    source build/envsetup.sh

2.lunch, select the device you built. for example arm-full:

    lunch 1

3.launch emulator

    emulator

then the emulator should start with the systemimg you built

you can add options to the "emulator" cmd, run "emulator --help" for details

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM