Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Configuration with name 'compile' not found. #170

@mayureshjadhav

Description

@mayureshjadhav

Hi,

I am getting following error while running the application.

FAILURE: Build failed with an exception.


* What went wrong:
A problem occurred configuring root project .
> Configuration with name 'compile' not found.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

After doing a google, I found below link

https://stackoverflow.com/questions/44867212/android-studio-gradle-errorconfiguration-with-name-compile-not-found

I made the changes on the basis of that on both app.gradle and build.gradle files but received the different error message

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processF0F1F2F3F4F5F6F7F8F9F10F11F12F13DebugGoogleServices'.
> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 9.0.0.

Following are the plugins I am using

"nativescript-background-geolocation-lt": "^1.7.0",
    "nativescript-background-http": "^3.1.0",
    "nativescript-geolocation": "^4.2.2",
    "nativescript-google-maps-sdk": "^2.4.3",
    "nativescript-google-place-picker": "^1.0.1",
    "nativescript-push-notifications": "^0.2.0"

Platform:


"tns-android": {
      "version": "3.4.0"
    }

After doing a lot of research I found that nativescript-push-notifications having issues. Can you please help me to solve this issue?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions