I am very very new to Cordova, Android development, and Node.js applications.
I was using Cordova to create an Android app, it would spit out an android-debug.apk when I would go and build it.
BUILD SUCCESSFUL
Total time: 3.739 secs
Built the following apk(s):
/Users/me/Git/myApp/platforms/android/build/outputs/apk/android-debug.apk
Running command: /Users/me/Git/myApp/platforms/browser/cordova/build
Cleaning Browser project
Then I added Crosswalk plugin to help with some performance issues I was having and it worked great. Now when I try and build my app I get...
BUILD SUCCESSFUL
Total time: 2 mins 0.453 secs
Built the following apk(s):
Running command: /home/ubuntu/myapp/platforms/browser/cordova/build
Cleaning Browser project
It is missing the apk!! Why and how can I get an android-debug.apk to build?