This repository contains a simple Android app written for the Android NFC tutorial at Fidesmo Developer Portal. Extensive information about how this app works can be found in that tutorial. On the other hand this app can be tested, installed and run as any typical Android application.
This project can be built and ran on an Android device like any typical Android app.
- Clone this repository
- In the project's root directory, type
./gradlew build
- To install the app onto a connected phone or an emulator, type
./gradlew installDebug
oradb install build/apk/android-service-delivery-demo-debug-unaligned.apk
- Clone this repository
- In Android Studio init window choose
Import project
, or if Android Studio main window is already open go to menuFile -> Import Project
. - In the dialog box
Select Gradle Project Import
, find this project's root directory in your filesystem and clickOK
- To install the app onto a connected phone or an emulator, press the
install
button.