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

Cannot add library in Android Studio #70

Open
morfeo9950 opened this issue Mar 28, 2021 · 6 comments
Open

Cannot add library in Android Studio #70

morfeo9950 opened this issue Mar 28, 2021 · 6 comments

Comments

@morfeo9950
Copy link

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.

@antonyhaman
Copy link
Owner

antonyhaman commented Mar 29, 2021

@morfeo9950 Did you added this into your build.gradle?

	allprojects {
		repositories {
			maven { url 'https://jitpack.io' }
		}
	}

@morfeo9950
Copy link
Author

Yes i added the jitpack

@antonyhaman
Copy link
Owner

antonyhaman commented Apr 1, 2021 via email

@antonyhaman
Copy link
Owner

antonyhaman commented Apr 1, 2021 via email

@antonyhaman
Copy link
Owner

@morfeo9950 did you solved your issue?

@kahngjoonkoh
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants