Skip to content

execution failed for task ':app:runsbg' android after tns plugin add #4409

@tsonevn

Description

@tsonevn

From @dreweird on February 28, 2019 1:39

Environment
package.json
{
"nativescript": {
"id": "org.nativescript.HelloWorld",
"tns-ios": {
"version": "5.1.1"
},
"tns-android": {
"version": "5.1.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN ",
"repository": "",
"dependencies": {
"@angular/animations": "~7.1.0",
"@angular/common": "~7.1.0",
"@angular/compiler": "~7.1.0",
"@angular/core": "~7.1.0",
"@angular/forms": "~7.1.0",
"@angular/http": "~7.1.0",
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
"nativescript-angular": "~7.1.0",
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-dataform": "^3.10.0",
"nativescript-ui-sidedrawer": "^5.1.0",
"reflect-metadata": "~0.1.12",
"rxjs": "~6.3.0",
"tns-core-modules": "~5.1.0",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular/cli": "^7.3.3",
"@angular/compiler-cli": "~7.1.0",
"@nativescript/schematics": "~0.5.0",
"@ngtools/webpack": "~7.1.0",
"nativescript-dev-typescript": "~0.7.0",
"nativescript-dev-webpack": "~0.19.0"
},
"gitHead": "9b6565a4513375a33a59c44262dfc1d818a8205e",
"readme": "NativeScript Application"
}

Describe the bug
BUILD FAILED i
Unable to apply changes on device: emulator-5554. Error is: Command gradlew.bat
failed with exit code 1.

To Reproduce

When i add plugin, tns plugin add nativescript-ui-dataform
I fix the error by typing the command again everytime I add plugins

-tns platform remove android
-tns platform add android
-tns run android

Expected behavior

Sample project

Additional context

Copied from original issue: NativeScript/nativescript-angular#1751

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions