Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build the project #68

Open
BiplopDey opened this issue Aug 4, 2019 · 1 comment
Open

Unable to build the project #68

BiplopDey opened this issue Aug 4, 2019 · 1 comment

Comments

@BiplopDey
Copy link

ERROR: Failed to resolve: com.android.support:design:24.2.0
Add Google Maven repository and sync project
Show in Project Structure dialog
Affected Modules: app

ERROR: Failed to resolve: com.android.support:appcompat-v7:24.2.0
Add Google Maven repository and sync project
Show in Project Structure dialog
Affected Modules: app

@ggichure
Copy link

ggichure commented Aug 6, 2019

add google maven to your root level gradle

    repositories {
        google()
        jcenter()
        maven {
            url "https://maven.google.com"
        }
        
    }```


update your android support dependencies to 28.0.0 and sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants