Post-its gone Augmented Reality!
# Android development example path
export ANDROID_ROOT=$HOME/Devel/Android/
export ADB_ROOT=$ANDROID_ROOT/ADT/adt-bundle-linux-x86_64-20140702/
export PATH=$ADB_ROOT/sdk/tools/:$PATH
export PATH=$ADB_ROOT/sdk/platform-tools/:$PATH
$ android update sdk --no-ui
# Creates local.properties and proguard-project.txt
$ android update project --path . --target android-17
# Skip commands as you wish...
$ ant clean uninstall debug install
$ ant debug
$ adb install -r bin/ARPostIts-debug.apk
$ cd tests
$ ant debug
$ adb install -r bin/ARPosTests-debug.apk
$ adb shell pm list instrumentation
$ adb shell am instrument -w com.dhiana.arpostits.tests/android.test.InstrumentationTestRunner
$ ant debug install test
Software for Smartphones and Cloud Computing (EEL970)
Sergio Barbosa VillasBoas (sbVB) www.sbvb.com.br
Department of Electronics Engineering (DEL)
Polytechnic School (Poli)
Federal University of Rio de Janeiro (UFRJ)