I’m trying to do a local release build for an Android app. I’m able to build it successfully in debug mode. But when I attempt in release mode I get the following popup message.
<An error occured during Android build. Error 1>
I don’t see any error in the console. This error message doesn’t really help. The only file I see being generated is <android-release-unsigned.apk> in the /platforms/android/build/outputs/apk> directory. I’ve tried clean build (on/off) same results.
Seems the error message occurs after…
<<
BUILD SUCCESSFUL
Total time: 23.587 secs
Built the following apk(s):
C:/development/workspace/Mobile2/FileTest/platforms/android/build/outputs/apk/android-release-unsigned.apk
Executing “after_compile” hook for all plugins.
Executing “after_build” hook for all plugins.
completed ‘cordova build android –release –verbose’
signing application
>>>>
I’m running MyEclipse 2015 CI13
Any clues? Is there additional logs that I can look in for more detail.