2012-07-26 75 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