0

I have downloaded OpenNFC Android SDK addon from http://sourceforge.net/projects/open-nfc/files/

its give some structure of folders ,please specify me how to install that add-ons on sdk. i have to make Nfc enable emulator for testing Nfc.

folder contain following structure

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
4

1 回答 1

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. 
于 2012-07-26T07:37:37.043 回答