久久久久久久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 模擬器不接受鍵盤輸入 - SDK 工具 rev 20

      Android emulator doesn#39;t take keyboard input - SDK tools rev 20(Android 模擬器不接受鍵盤輸入 - 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 模擬器不接受鍵盤輸入 - SDK 工具 rev 20的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

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

                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 工具(以及整個 SDK),卸載并重新安裝 Eclipse Android 插件,重新創建模擬器設備.但這些似乎都沒有幫助,它讓我發瘋.使用筆記本電腦的觸控板鍵入是沒有希望的.

                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.

                有人遇到過這個問題嗎?

                Has anyone encountered this problem?

                推薦答案

                更新

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

                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:

                如果您發現模擬器中缺少軟(基于屏幕的)主鍵 BackHome 等,您可以設置 hw.mainKeys=no 來啟用它們.

                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.

                原答案

                盡管開發人員文檔說默認啟用鍵盤支持,但在 SDK rev 20 中似乎并非如此.我在模擬器的 config.ini 文件中明確啟用了鍵盤支持并且有效!

                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

                同樣,如果您希望使用箭頭鍵導航應用程序列表,請添加 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 上,您可以使用一個終端命令編輯所有模擬器配置:

                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";完成

                在相關說明中,如果您的平板電腦模擬器缺少 BACK/HOME 按鈕,請嘗試在 AVD 編輯器中選擇 WXGA800 作為內置皮膚:

                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:

                或者通過在 config.ini 中手動設置皮膚:

                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)

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

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

                相關文檔推薦

                Get user#39;s current location using GPS(使用 GPS 獲取用戶的當前位置)
                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(如何檢測位置提供者?GPS 或網絡提供商)
                Get current location during app launch(在應用啟動期間獲取當前位置)
                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>
                          主站蜘蛛池模板: 欧美成人精品一区 | 亚洲欧美在线观看 | 久久精品二区亚洲w码 | 日本一区二区在线视频 | 精品久久久久久久久久久 | 欧美在线一区二区三区 | 超碰人人做 | 91av在线不卡 | 国产小u女发育末成年 | 欧美日韩国产一区二区三区不卡 | 免费人成激情视频在线观看冫 | 国产午夜精品一区二区三区四区 | 在线黄色网 | 国产一级一级毛片 | 亚洲视频在线免费观看 | 91夜色在线观看 | 日韩成人高清在线 | 中国人pornoxxx麻豆 | 久久网一区二区 | 羞羞视频免费观 | 超碰人人在线 | 欧美精品久久久 | 国产福利在线 | 久久精品国产免费高清 | 亚洲精品一区二区 | 久久国产精品无码网站 | 欧美日韩一区二区电影 | 懂色一区二区三区免费观看 | 日韩亚洲一区二区 | 亚洲一区 | 另类视频在线 | 成人免费视频网址 | 国产精品视频500部 a久久 | 99re在线视频观看 | 久久精品中文字幕 | 欧美区日韩区 | 午夜影院网站 | 欧美在线a | 国产又爽又黄的视频 | 成人免费网站www网站高清 | 欧美黄在线观看 |