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
Currently the <File Path> value of --key-store-path option used with tns build/run android needs to be relative to the platforms/android folder. It would be more convenient to be relative to the app root folder.
Actual: $ tns run android --keyStorePath ../../../../keystore/Telerik.keystore
Expected: $ tns run android --keyStorePath ../keystore/Telerik.keystore
vchimev@VCHIMEV /c/Work/release
$ tns --help run android
# run android
┌─────────────────────────────────┬─────────────────────────────────────────────────
│ Usage │ Synopsis
│ Run on all connected devices │ $ tns run android [--key-store-path <File Path> ...