Fix build script path :)
This commit is contained in:
parent
84ba78d067
commit
31bb4b20d1
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@ sed -i '' -e 's/org.apache.cordova.*;/com.vladstirbu.cordova.CordovaActivity;/g'
|
|||
|
||||
cordova build android
|
||||
adb shell am force-stop su.viende.omori
|
||||
adb install /Volumes/Projects/OMORI_Android/OMORI/platforms/android/app/build/outputs/apk/debug/app-debug.apk
|
||||
adb install platforms/android/app/build/outputs/apk/debug/app-debug.apk
|
||||
adb shell am start -n "su.viende.omori/su.viende.omori.MainActivity"
|
Loading…
Add table
Add a link
Reference in a new issue