简体   繁体   中英

Show keyboard on the screen

I want to test ime option using my emulator, but I can not see the keyboard. I can type letters, but I need the keyboard just like in a real android device. How can I do that? I was trying to find something in settings, but I can't find anything. Look:

在此处输入图片说明

Follow the following steps, if you are using Android Studio:

1. Goto your AVD Manager

2. Select your device

3. Click on the edit button

4. Now Click on Show Advance Settings

5. Scroll down to the option to disable(as you want to disable) Enable Keyboard Input

As also mentioned by @sanat shukla you have to edit your Android Virtual Device (AVD) in the AVD manager. You have to tick off the "Hardware keyboard present". That means the emulator will not use the Hardware keyboard, but show you a Software keyboard.

More information: http://developer.android.com/tools/devices/managing-avds.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM