user1578608
user1578608

Reputation: 41

how Install the Open NFC Add-on in my Android SDK environment

I want to Install the Open NFC Add-on in my Android SDK environment. but I do not know how to do!

In real, Using the new target provided in this Add-On, I can create a new Android Virtual Device (AVD) embedding Open NFC and running the Android Emulator on this AVD, I can use NFC features in the emulator. The emulator actually connects to the Connection Center tool. I can use either the NFC Simulator or the MicroRead development kit driven by the Connection Center in this environment.

Upvotes: 3

Views: 4107

Answers (1)

Arun
Arun

Reputation: 3841

  1. You can download the zip file from http://sourceforge.net/projects/open-nfc/files/Open%20NFC%204.4.1%20%2813312%29/Open%20NFC%20SDK%20for%20Android%20v4.4.1%20%2813751%29.zip/download

and extract the "addon_open_nfc_4.4.1_android_4.0.3" named folder and paste it to the add-on folder of your android sdk installed location

  1. Open SDK manager-> virtual devices->New->name your AVD and select Open-NFC as your target.

Upvotes: 3

Related Questions