3.4 Installation

Simply import a Java library into applications that are part of the AOSP (import android.hardware.IndoorTouch) compiling it as part of the Android system.

With externally developed applications in Eclipse or AndroidStudio, include the IndoorTouch.java source code file to your project, using path src/java/android/hardware/IndoorTouch.java. After that import this file to your source code using import android.hardware.IndoorTouch. You will be able to use all functions after this. Source code file IndoorTouch.java can be downloaded here.

Debug directly on the 2N® IndoorTouch or emulate the library functions.