summaryrefslogtreecommitdiff
path: root/Android/mk
blob: c921c69d7e3b21e1c3b5ad148c7791775e35db92 (plain)
1
2
3
4
5
6
7

ndk-build
android update project --path . --name native
ant debug
adb install -r bin/native-debug.apk
./adb-run.sh bin/native-debug.apk 
adb logcat | grep native-activity