android模擬器GPS訊號設定

來源:互聯網
上載者:User

在模擬器上擷取GPS資訊時,使用Location loc = LocationManager.getLastKnownLocation("gps");來擷取location資訊,但是往往在調試中loc是null的,因為首先需要在模擬器中手動添加GPS資訊,有兩種手動添加方法
1、在eclipse下,windows-->open perspective-->DDMS-->Emulator control-->Manual下手動設定經緯度,並按send按鈕。
2、在cmd下手動添加資訊。
(1)首先開啟模擬器,然後運行cmd,輸入telnet localhost 5554(註:5554是模擬器在原生連接埠,有可能不一樣哈,具體連接埠號碼,模擬器左上方有顯示的),這樣會出現
Android Console: type 'help' for a list of commands
OK的字樣。
(2)使用geo命令類比發送GPS訊號:
geo fix 經度 緯度,

例如:geo fix 116.37 39.95
(3)這時就會發現在模擬器的狀態列上多了一個GPS的標誌~再使用Location loc = LocationManager.getLastKnownLocation("gps");就能擷取到該座標的位置了~~ 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.