Skip to content

Commit 28d2c7e

Browse files
author
Angelo Manganiello
committed
correct path to deploy apk
1 parent 009f88e commit 28d2c7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ matrix:
3232
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs
3333
install:
3434
- cd ./cordova-app/app && npm install && npm run preconfig && npm run build
35-
script: curl https://[email protected]/v1/apps/$APPETIZE_PUBLIC_KEY -F "file=@cordova-app/app/platforms/android/build/outputs/apk/android-debug.apk" -F "platform=android"
35+
script: curl https://[email protected]/v1/apps/$APPETIZE_PUBLIC_KEY -F "file=@platforms/android/build/outputs/apk/android-debug.apk" -F "platform=android"
3636

cordova-app/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ I have run:
77
- add GRADLE_HOME system environment variable with final /bin and insert into PATH
88
- Add in the PATH ANDROID_HOME/tools and ANDROID_HOME/platform-tools
99
- I copied the server-cordova.js, index.js file and nodejs app (rename folder in nodejs-project) with node_modules and dist under electron-app into www folder
10+
- Added DevDependencies manually in the cordova-app/app/package.json
11+
- Deleted platforms and plugins folders
1012
- cordova prepare and import project into Android studio to install NDK
1113
- export ANDROID_NDK_HOME=/Users/username/Library/Android/sdk/ndk-bundle
1214
- cordova run android on android 6.0.0 device

0 commit comments

Comments
 (0)