Using the command: $ cordova run android --release
Result: BUILD SUCCESSFUL Total time: 7 seconds Built the following apk(s): /Users/stephanbijzitter/git/k2gfamous/cordova/platforms/android/ant-build/CordovaApp-release.apk /Users/stephanbijzitter/git/k2gfamous/cordova/platforms/android/ant-build/CordovaApp-release-unsigned.apk WARNING : No target specified, deploying to device 'S4NRPRJBDMOJOZQ4'. Using apk: /Users/stephanbijzitter/git/k2gfamous/cordova/platforms/android/ant-build/CordovaApp-release.apk Installing app on device... Launching application... LAUNCH SUCCESS
Looks good right? The app is installed on my phone (which is connected through USB) and has the correct title, icon and everything... BUT the only screen that shows up is the "Device is ready" screen, which (as far as I know) should not happen as I am running a signed release version... what am I doing wrong?
I expected to see the actual app!
I am not using Eclipse and prefer to stick to Terminal based solutions <3
0 comments:
Post a Comment