Created
January 8, 2019 13:19
-
-
Save hasenbalg/62f28b25e45d0542b51996c23d845a89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APPNAME=com.domain.TaskList | |
sencha app build native | |
adb install -r /tmp/TaskList/cordova/platforms/android/app/build/outputs/apk/debug/app-debug.apk | |
adb shell monkey -p $APPNAME -c android.intent.category.LAUNCHER 1 | |
adb logcat -s cordova | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment