You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cordova build creates output files at a deeply nested location that is hard to remember, e.g. build/cordova/platforms/android/build/outputs/apk/release/android-release-unsigned.apk.
After the build has finished, copy the output file(s) to a common location, e.g. a build/output/ folder.
The text was updated successfully, but these errors were encountered:
Required to consistently name artifacts of all platform builds when
copying artifacts to a common location (upcoming feature, see #33).
Change-Id: I541823d95e24c658e4a2688412809bd29a23f253
The cordova build creates output files at a deeply nested location that is hard to remember, e.g.
build/cordova/platforms/android/build/outputs/apk/release/android-release-unsigned.apk
.After the build has finished, copy the output file(s) to a common location, e.g. a
build/output/
folder.The text was updated successfully, but these errors were encountered: