Running mxt app on Android - atmel-maxtouch/mxt-app GitHub Wiki
Using the adb.exe with mxt-app
To run mxt-app on an Android based system use adb.exe to push the file to the tmp directory
adb push libs/armeabi/mxt-app /data/local/tmp/
adb shell /data/local/tmp/
To execute the application
./mxt-app [in-line command argument]
If executable permissions have not been set, run:
adb shell chmod 777 /data/loca/tmp/mxt-app