-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cannot add library in Android Studio #70
Comments
@morfeo9950 Did you added this into your build.gradle? allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
} |
Yes i added the jitpack |
Okay, did you specified a version of the lib?
…On пн, 29 мар. 2021 г., 5:02 PM morfeo9950 ***@***.***> wrote:
Yes i added the jitpack
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGWKBJYT7PT7M6H4OXHY4DTGCB63ANCNFSM4Z5VO2UA>
.
|
Or you put it literally like this: implementation
'com.github.kotvertolet:youtube-jextractor:Tag'
?
…On чт, 1 апр. 2021 г., 8:53 PM Byte Surfer ***@***.***> wrote:
Okay, did you specified a version of the lib?
On пн, 29 мар. 2021 г., 5:02 PM morfeo9950 ***@***.***>
wrote:
> Yes i added the jitpack
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#70 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACGWKBJYT7PT7M6H4OXHY4DTGCB63ANCNFSM4Z5VO2UA>
> .
>
|
@morfeo9950 did you solved your issue? |
putting 'com.github.kotvertolet:youtube-jextractor:0.3.4' solves the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been trying to add the library to Android Studio, i put this: implementation 'com.github.kotvertolet:youtube-jextractor:Tag' in Gradle and sync is ok, but when i try to import the library to the activity or any class, the import is not loading the library, i write the code of the YoutubeJExtractor and keeps in red and the option for importing the library is not showing, how can i add the library to my activity?, thanks.
The text was updated successfully, but these errors were encountered: