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

Add library in android studio not found #23

Open
TuanKhanhRA opened this issue Sep 10, 2020 · 2 comments
Open

Add library in android studio not found #23

TuanKhanhRA opened this issue Sep 10, 2020 · 2 comments

Comments

@TuanKhanhRA
Copy link

My code: build.gradle
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'junit:junit:4.13'
implementation 'androidx.test.ext:junit:1.1.2'
implementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.kucoin:kucoin-java-sdk:2.0.0'
}

Error: Failed to resolve: com.kucoin:kucoin-java-sdk:2.0.0
Show in Project Structure dialog
Affected Modules: app

I really don't know what the syntax in gradle file looks like!

Thanks,

@1bazinga25
Copy link
Contributor

Hava you fixed this issue?

@hamidghasemy
Copy link

I have the same problem

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

3 participants