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
/test-project/node_modules/webpack-cli/bin/cli.js:93
throw err;
^
Error: In order to generate a V8 snapshot you must have the "android" platform installed - to do so please run "tns platform add android".
at NativeScriptSnapshotPlugin.ProjectSnapshotGenerator.validateAndroidRuntimeVersion (/test-project/node_modules/@nativescript/webpack/snapshot/android/project-snapshot-generator.js:124:15)
Adding this to package.json resolves the error but I think it's not intended to be like that in NS7:
Environment
Describe the bug
running
ns build android --release --env.snapshot --env.compileSnapshot --env.uglify --keyStorePath <KEYSTORE> --keyStorePassword <PASSWORD> --keyStoreAlias <ALIAS> --keyStoreAliasPassword <PASSWORD> --aab
throws
Adding this to package.json resolves the error but I think it's not intended to be like that in NS7:
To Reproduce
The text was updated successfully, but these errors were encountered: