nativescript-cli icon indicating copy to clipboard operation
nativescript-cli copied to clipboard

Command-line interface for building NativeScript apps

Results 175 nativescript-cli issues
Sort by recently updated
recently updated
newest added

**Environment** zsh on macOS Catalina 10.15.7 ✔ Component nativescript has 8.0.1 version and is up to date. ✔ Component @nativescript/core has 8.0.3 version and is up to date. ✖ Component...

bug
resources generation

This changes the way `gradleArgs` works. Now you can use either `--gradleArgs=-PsplitEnabled --gradleArgs=-PabiFilters=arm64-v8a,armeabi-v7a` or `--gradleArgs=\"-PsplitEnabled -PabiFilters=arm64-v8a,armeabi-v7a\"` there is just duplicate code in the parsing handle multiple args in the same...

cla: yes

This PR changes the way the `installOnDevice` works. The idea is to be compatible with apk split on android. The reason for this is multiple: * much smaller apps on...

cla: yes

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...

## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...

cla: yes

## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...

cla: yes

When you build for android it calls `gradlew`, gradle has -Pxxx where xxx is a value to allow you to control what it builds; one item that would be very...

feature
os: android

### Is your feature request related to a problem? Please describe. When adding a new image resource to your project, it would be handy to be able to add one...

### Issue Description Migrating my android and ios native script application. Having issue in opening the installed application. Its display a white screen when opening the application. How to fix...

needs more info

On a new Mac M1, `% ns doctor android` produces ``` ✔ Getting environment information No issues were detected. ✔ Your ANDROID_HOME environment variable is set and points to correct...

bug