-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Bro I have this error running your project.. maybe happened the same to you ...
Unable to apply changes on device: T039708DW7. Error is: Command gradlew.bat failed with exit code 1.
Please tell us how to recreate the issue in as much detail as possible.
this is the github repo :
https://github.com/wa05/nativescript-tabs-test
Tried removing .gradle from C:/users/USER/.gradle/ ...
Tried removing and installing dependencies (dist / node_modules etc)
Tried adding this to app.gradle (one of the solutions in the issues list):
dependencies {
configurations.all {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
def requested = details.requested
if (requested.group == 'com.android.support') {
details.useVersion '26.0.+'
}
}
Also posted here NativeScript/android#1088