Use of emulator

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Use of emulator

626 Views
VinayRavish
Contributor I
Dear all, Kindly let me know if it is possible to create an emulator with the images produced by the imx51 specific android build. Thank you.
Labels (1)
0 Kudos
2 Replies

577 Views
BharathiSubrama
Contributor II

Yes. You can use RFS images (see Jay's reply). But not the Kernel image. In RFS also, if there is any arch/hw specific components, then you may have some issues in using it with emulator.

0 Kudos

577 Views
JayZhang
Contributor I

you can use like this:

emulator -system system.img -data user... 

for more info you can run:

emulator --help

0 Kudos