2010-11-01 73 views
8

今天,我想測量Wi-Fi信號質量。因此,我下載了Wi-Fi分析器應用程序,然後將其安裝在模擬器上,但它顯示Wi-Fi尚未打開。因此,我打開它,但它仍然顯示錯誤。如何打開Android模擬器設備上的Wi-Fi?

我嘗試了幾次,但它仍然無法正常工作。

任何想法?

回答

7

從文檔。仿真器的限制是:

Emulator Limitations 

In this release, the limitations of the emulator include: 

No support for placing or receiving actual phone calls. You can simulate phone calls (placed and received) through the emulator console, however. 
No support for USB connections 
No support for camera/video capture (input). 
No support for device-attached headphones 
No support for determining connected state 
No support for determining battery charge level and AC charging state 
No support for determining SD card insert/eject 
No support for Bluetooth 

因此,確定連接狀態在仿真器中不起作用。這就是爲什麼你面臨錯誤。

2

我不認爲Android模擬器支持Wi-Fi。有關替代解決方案,請參閱here。我仍然認爲你不能在模擬器中運行Wi-Fi分析器。

相關問題