久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<legend id='yYL8t'><style id='yYL8t'><dir id='yYL8t'><q id='yYL8t'></q></dir></style></legend>

  1. <i id='yYL8t'><tr id='yYL8t'><dt id='yYL8t'><q id='yYL8t'><span id='yYL8t'><b id='yYL8t'><form id='yYL8t'><ins id='yYL8t'></ins><ul id='yYL8t'></ul><sub id='yYL8t'></sub></form><legend id='yYL8t'></legend><bdo id='yYL8t'><pre id='yYL8t'><center id='yYL8t'></center></pre></bdo></b><th id='yYL8t'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='yYL8t'><tfoot id='yYL8t'></tfoot><dl id='yYL8t'><fieldset id='yYL8t'></fieldset></dl></div>
    • <bdo id='yYL8t'></bdo><ul id='yYL8t'></ul>

      <small id='yYL8t'></small><noframes id='yYL8t'>

    1. <tfoot id='yYL8t'></tfoot>

      Android 模擬器不接受鍵盤(pán)輸入 - SDK 工具 rev 20

      Android emulator doesn#39;t take keyboard input - SDK tools rev 20(Android 模擬器不接受鍵盤(pán)輸入 - SDK 工具 rev 20)
        <tbody id='nopRW'></tbody>

        <small id='nopRW'></small><noframes id='nopRW'>

      1. <i id='nopRW'><tr id='nopRW'><dt id='nopRW'><q id='nopRW'><span id='nopRW'><b id='nopRW'><form id='nopRW'><ins id='nopRW'></ins><ul id='nopRW'></ul><sub id='nopRW'></sub></form><legend id='nopRW'></legend><bdo id='nopRW'><pre id='nopRW'><center id='nopRW'></center></pre></bdo></b><th id='nopRW'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='nopRW'><tfoot id='nopRW'></tfoot><dl id='nopRW'><fieldset id='nopRW'></fieldset></dl></div>

                <bdo id='nopRW'></bdo><ul id='nopRW'></ul>

                <tfoot id='nopRW'></tfoot><legend id='nopRW'><style id='nopRW'><dir id='nopRW'><q id='nopRW'></q></dir></style></legend>
              • 本文介紹了Android 模擬器不接受鍵盤(pán)輸入 - SDK 工具 rev 20的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                問(wèn)題描述

                我已將 SDK 工具升級(jí)到修訂版 20(從 18 版),升級(jí)后,模擬器似乎不接受來(lái)自筆記本電腦鍵盤(pán)的輸入.但只能使用模擬器自己的軟"鍵盤(pán)(當(dāng)輸入字段被聚焦時(shí)出現(xiàn)).

                I've upgraded the SDK tools to revision 20 (from 18) and since the upgrade, the emulator doesn't seem to accept input from laptop's keyboard. But only using the emulator's own 'soft' keyboard (that appears when an input field is focused).

                我嘗試重新安裝 SDK 工具(以及整個(gè) SDK),卸載并重新安裝 Eclipse Android 插件,重新創(chuàng)建模擬器設(shè)備.但這些似乎都沒(méi)有幫助,它讓我發(fā)瘋.使用筆記本電腦的觸控板鍵入是沒(méi)有希望的.

                I've tried reinstalling the SDK tools (and the whole SDK for that matter), uninstalled and reinstalled Eclipse Android plugins, re-created emulator devices. But none of that seem to help and its driving me mad. Its hopeless to key-in using a laptop's trackpad.

                有人遇到過(guò)這個(gè)問(wèn)題嗎?

                Has anyone encountered this problem?

                推薦答案

                更新

                從 SDK rev 21 開(kāi)始,Android 虛擬設(shè)備管理器具有改進(jìn)的 UI,可以解決此問(wèn)題.我在下面突出顯示了一些更重要的配置設(shè)置:

                As of SDK rev 21 the Android Virtual Device Manager has an improved UI which resolves this issue. I have highlighted some of the more important configuration settings below:

                如果您發(fā)現(xiàn)模擬器中缺少軟(基于屏幕的)主鍵 BackHome 等,您可以設(shè)置 hw.mainKeys=no 來(lái)啟用它們.

                If you notice that the soft (screen-based) main keys Back, Home, etc. are missing from your emulator you can set hw.mainKeys=no to enable them.

                原答案

                盡管開(kāi)發(fā)人員文檔說(shuō)默認(rèn)啟用鍵盤(pán)支持,但在 SDK rev 20 中似乎并非如此.我在模擬器的 config.ini 文件中明確啟用了鍵盤(pán)支持并且有效!

                Even though the developer documentation says keyboard support is enabled by default it doesn't seem to be that way in SDK rev 20. I explicitly enabled keyboard support in my emulator's config.ini file and that worked!

                添加:hw.keyboard=yes

                收件人:~/.android/avd/.avd/config.ini

                同樣,如果您希望使用箭頭鍵導(dǎo)航應(yīng)用程序列表,請(qǐng)?zhí)砑?hw.dPad=yes.

                Similarly, add hw.dPad=yes if you wish to use the arrow-keys to navigate the application list.

                參考:http://developer.android.com/tools/devices/managing-avds-cmdline.html#hardwareopts

                在 Mac OS 和 Linux 上,您可以使用一個(gè)終端命令編輯所有模擬器配置:

                On Mac OS and Linux you can edit all of your emulator configurations with one Terminal command:

                for f in ~/.android/avd/*.avd/config.ini;做 echo 'hw.keyboard=yes' >>"$f";完成

                在相關(guān)說(shuō)明中,如果您的平板電腦模擬器缺少 BACK/HOME 按鈕,請(qǐng)嘗試在 AVD 編輯器中選擇 WXGA800 作為內(nèi)置皮膚:

                On a related note, if your tablet emulator is missing the BACK/HOME buttons, try selecting WXGA800 as the Built-in skin in the AVD editor:

                或者通過(guò)在 config.ini 中手動(dòng)設(shè)置皮膚:

                Or by manually setting the skin in config.ini:

                skin.name=WXGA800
                skin.path=platforms/android-16/skins/WXGA800
                

                (以 API 16 為例)

                (example is for API 16)

                這篇關(guān)于Android 模擬器不接受鍵盤(pán)輸入 - SDK 工具 rev 20的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                【網(wǎng)站聲明】本站部分內(nèi)容來(lái)源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問(wèn)題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                相關(guān)文檔推薦

                Get user#39;s current location using GPS(使用 GPS 獲取用戶的當(dāng)前位置)
                IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                How to detect Location Provider ? GPS or Network Provider(如何檢測(cè)位置提供者?GPS 或網(wǎng)絡(luò)提供商)
                Get current location during app launch(在應(yīng)用啟動(dòng)期間獲取當(dāng)前位置)
                locationManager.getLastKnownLocation() return null(locationManager.getLastKnownLocation() 返回 null)

                1. <small id='GRcUz'></small><noframes id='GRcUz'>

                    <tbody id='GRcUz'></tbody>

                    • <bdo id='GRcUz'></bdo><ul id='GRcUz'></ul>

                        1. <tfoot id='GRcUz'></tfoot>
                        2. <legend id='GRcUz'><style id='GRcUz'><dir id='GRcUz'><q id='GRcUz'></q></dir></style></legend>
                          <i id='GRcUz'><tr id='GRcUz'><dt id='GRcUz'><q id='GRcUz'><span id='GRcUz'><b id='GRcUz'><form id='GRcUz'><ins id='GRcUz'></ins><ul id='GRcUz'></ul><sub id='GRcUz'></sub></form><legend id='GRcUz'></legend><bdo id='GRcUz'><pre id='GRcUz'><center id='GRcUz'></center></pre></bdo></b><th id='GRcUz'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='GRcUz'><tfoot id='GRcUz'></tfoot><dl id='GRcUz'><fieldset id='GRcUz'></fieldset></dl></div>
                          主站蜘蛛池模板: 一区二区免费在线 | 国产精品性做久久久久久 | 欧洲国产精品视频 | 狠狠草视频 | 久久久久久久久久久一区二区 | 久久久久国产一级毛片高清网站 | 亚洲激情在线观看 | 国产精品日日做人人爱 | 欧美成人一区二区三区 | 欧美日韩亚洲一区 | 国产高清视频一区 | 婷婷色成人 | 一级欧美一级日韩片 | 精品久久久久久久 | 欧美在线观看黄色 | 精品久久久久久亚洲精品 | 91国内产香蕉 | 日本在线黄色 | 一片毛片 | 久久久精品国产 | 亚洲成人精品 | 久久综合久久久 | 中文字幕在线视频精品 | 国产精品99久久久久久动医院 | 国产成人一区 | 亚洲一区二区三区免费视频 | 免费在线观看毛片 | 在线欧美一区二区 | 男女久久久 | 国产精品永久免费视频 | 国产午夜精品一区二区三区四区 | 欧美成人a | 欧美日韩在线免费观看 | 日本又色又爽又黄又高潮 | 波多野结衣精品在线 | 国产一区二区三区四区五区3d | 麻豆久久久 | 国产激情一区二区三区 | 免费一区二区 | 日本久久久久久 | 成人福利在线 |