Skip to content

.gradle error #1

@wa05

Description

@wa05

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions