Does anyone know if this it is possible to run a Custom ROM on a AVD? ANd how can I do this? Thanks
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
If you build a custom rom by yourself, after you've built a custom rom you can launch it with the command
emulator
. But to do this you need at first to build your rom for emulator (usually,full-generic
lunch option). If not you can just copy necessary images and also run them usingemulator
command. For instance, I usually copy .sh script in the folder with Android sources and run this script: