2012-07-26 47 views
0

測試NFC從http://sourceforge.net/projects/open-nfc/files/我如何使仿真器在安卓

下載OpenNFC Android SDK中的插件文件夾給出的一些結構,請註明我如何在SDK安裝插件。 我必須使Nfc啓用仿真器來測試Nfc。

文件夾包含以下結構

Hierarchy 
├── Demo - ChangePolicy 
├── Kernel 
│ ├── kernel_for_AOSP 
│ │ └── nfc 
│ └── kernel_for_NFCRealDevice 
│ └── nfc 
├── libnfc-opennfc 
│ ├── java 
│ │ ├── jni 
│ │ └── src 
│ │ └── com 
│ │ └── opennfc 
│ │ └── extension 
│ │ └── nfc 
│ │ └── api 
│ ├── ndef 
│ ├── open_nfc 
│ │ ├── hardware 
│ │ │ └── libhardware 
│ │ │ ├── include 
│ │ │ │ └── hardware 
+0

http://open-nfc.org/wp/nfchal/simulator/requirements/ – 2012-07-26 07:46:33

回答

0

//有在Android模擬器一些限制

模擬器的功能限制包括:

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 device-attached headphones 
No support for determining network 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 
No Support for NFC adapter or NFC capabilities to run in emulator. 
+0

感謝答覆,但我的問題是如何使模擬器,因爲我沒有設備來測試nfc相關app.so我已閱讀步驟,下載nfc附加組件,我有下載附加組件,但不能安裝它在android sdk – user626130 2012-07-26 07:43:30

-1

它是很難找到的文檔?

  1. here is home page of project
  2. here is bunch pdf's with instruction,搜索快速移植指南
+0

沒有它不難找到它,我已經看到多數民衆贊成在pdf,但我不能安裝該加載項,因爲一些文件夾結構.. – user626130 2012-07-26 07:58:47

+0

你用圖像文件下載opennfc sdk? – gaara87 2012-07-26 08:02:37

+0

我已經下載了,下一步該怎麼做?放哪個文件夾? – user626130 2012-07-26 09:40:27