To expand on the issue, it appears that `cordova run` actually triggers two builds. The first build uses `studio` and builds successfully. The second build is triggered after the message `deploying to emulator` and tries to use `none` which throws an exception.
[Build Log File](https://github.com/apache/cordova-android/files/2342207/build.log) Additionally, when using `cordova build android` and installing the app with `adb install` the application closes immediately when trying to launch the app. It might be related to pathing. Using `adb logcat` you will see this error also. [ADB Log File](https://github.com/apache/cordova-android/files/2342227/adb.log) [ Full content available at: https://github.com/apache/cordova-android/issues/488 ] This message was relayed via gitbox.apache.org for [email protected]
