简体   繁体   English

Android模拟器软键盘输入已禁用

[英]Android emulator soft keyboard input disabled

I am new to android apps. 我是Android应用程序的新手。 I am moving an app from iPhone to Android. 我正在将应用程序从iPhone迁移到Android。 If I get focus in an input field the soft keyboard pops up normally. 如果我专注于输入字段,则软键盘会正常弹出。 However, when I press the keys I do not get the information in the input field. 但是,当我按这些键时,我没有在输入字段中获得信息。 I have followed insructions here that suggest I go to the AVD Manager and edit the h/w for the keyboard adding keyboard support. 我在这里遵循指示,建议我转到AVD管理器并编辑键盘的硬件,以添加键盘支持。 That does not solve my problem. 那不能解决我的问题。

The AVD details for the keyboard are as follows: CPU/ABI: ARM(armeabi-v7a) Target: Android 4.1 - API l\\Level 16 Skin: WVGA800 hw/lcd/density: 240 hw.keyboard.lid: yes hw.keyboard: yes 键盘的AVD详细信息如下:CPU / ABI:ARM(armeabi-v7a)目标:Android 4.1-API l \\ Level 16外观:WVGA800 hw / lcd /密度:240 hw.keyboard.lid:是hw.keyboard :是的

Any help is appreciated. 任何帮助表示赞赏。

Howard (howard@flickitt.com) 霍华德(howard@flickitt.​​com)

If you're seeing the soft keyboard appear it's because hw.keyboard isn't actually set to yes. 如果您看到软键盘,那是因为hw.keyboard实际上没有设置为yes。 Can you check config.ini directly? 您可以直接检查config.ini吗? You've probably seen this but here's more detailed instructions. 您可能已经看到了,但是这里有更详细的说明。

Android emulator doesn't take keyboard input - SDK tools rev 20 Android仿真器不接受键盘输入-SDK工具修订版20

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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