Android application to use the device as a card reader.
The Card Proxy app allows an NFC-enabled android phone to act as a proxy to the IRMA card for services running in the browser of a ‘normal’ PC.
This application has the following dependencies. All these dependencies will be automatically downloaded by gradle when building or installing the library.
External depenencies:
Internal dependencies:
scuba_sc_android and scuba_smartcardGradle will take care of the transitive dependencies. However, you must make sure that you build and install the idemix_library yourself.
The build system depends on gradle version at least 2.1, which is why we’ve included the gradle wrapper, so you always have the right version.
Run
./gradlew assemble
this will create the required .apks and place them in build/outputs/apk.
You can install the application to you own device by running
./gradlew installDebug