- Near Field Communication with Android Cookbook
- Vitor Subtil
- 321字
- 2021-07-16 11:37:23
Configuring the Open NFC Android add-on into your Android SDK
In this recipe, we will see how to set up the Open NFC Android Edition add-on in our existing Android SDK installation.
Getting ready
The following are the settings required for this recipe:
- Make sure that the Android SDK and the Open NFC add-on target Android version is installed. Since the Open NFC version used is targeting Android ICS 4.0.3, we need to have Android API level 15 installed. Navigate to https://developer.android.com/sdk/installing/adding-packages.html for instructions on how to install packages.
- Make sure you have downloaded Open NFC Android Edition—refer to the Downloading Open NFC Android Edition recipe.
- It's assumed that the Android SDK location is known and that Open NFC Android Edition was previously downloaded and extracted to the
NFCBook
folder in your home directory.
Note
Downloading the example code
You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.
How to do it…
We are going to configure the previously downloaded Open NFC plugin into our Android SKD installation as follows:
- Open the
NFCBook
folder and navigate to theOpen NFC for Android Edition
folder. - Copy the
add-ons
folder located inside theOpenNFC_AddOn
folder to your clipboard. - Navigate to the Android SDK installation folder.
- Paste the
add-ons
folder from your clipboard (copied in step 2) to the Android SDK folder. If asked to merge the two folders, select yes. - Start Android SDK Manager by installing the
SDK Manager.exe
file on Windows. You should see the Open NFC add-on under the Android version item, as shown in the following screenshot:

How it works…
The add-ons
folder in Open NFC Android Edition contains a modified image of the Android system. This modified image contains the simulator for the NFC controller.
推薦閱讀
- 數據可視化:從小白到數據工程師的成長之路
- SQL Server入門經典
- 使用GitOps實現Kubernetes的持續部署:模式、流程及工具
- Modern Programming: Object Oriented Programming and Best Practices
- Python廣告數據挖掘與分析實戰
- 數據結構與算法(C語言版)
- 數據庫系統原理及應用教程(第4版)
- Sybase數據庫在UNIX、Windows上的實施和管理
- 數據庫程序員面試筆試真題庫
- 一本書講透Elasticsearch:原理、進階與工程實踐
- 區塊鏈技術應用與實踐案例
- 大數據數學基礎(Python語言描述)
- 企業級大數據項目實戰:用戶搜索行為分析系統從0到1
- 數據分析方法及應用:基于SPSS和EXCEL環境
- Learn Selenium