Issue
How can I create avd from command line with keyboard support?
I was able to create avd from commandline using:
android create avd
, but I dont know how to enable keyboard support into this.
Even android documentaion/help doesn't any thing about this.
Solution
You can configure a AVD and launch the emulator via the documentation at Managing AVDs from the command line.
If you need a special hardware configuration, answer 'yes' at the "Do you wish to create a custom hardware profile" prompt and when creating the AVD, and then specify the hardware keyboard at the appropriate prompt.
Answered By - Jon Adams
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.