How can I change the DeviceID on my Android Virtual Device?
I have an existing AVD I'm running in the Android emulator, but I'd like to change its Device ID. Can this be done either in Android SDK and AVD Manager or by editin开发者_高级运维g any of the files in my ~/.android directory?
Sorry, I am not aware of a way to set or change the device ID in an emulator image. If there is one, it is undocumented.
Yes you can, if you are willing to edit the databases on your emulator using sqlite3
精彩评论