android - Cannot type from keyboard (hardware) in AVD (emulator) after updating ADT -


I have just been updated to the latest of ADT 20 and SDK, but since then I do not know why I can not write keyboard (hardware) with support in AVD (emulator) ASAP!

Thank you, in advance! :

In your Eclipse IDE, go to AVD Manager and select Your Emulator Tool

Click Edit to edit the properties of this device.

In the Hardware section, click on New . In

Asset drop-down list, select Keyboard support and press OK .

This adds assets to your hardware list but by default the value is "No".

Click on the value column and it will be "Yes" .

To save your changes, click "Edit AVD" .

This will add an asset to hw.keyboard = file for AVD in config.ini and your emulator will support the input form keyboard.


Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -