-
-
Notifications
You must be signed in to change notification settings - Fork 800
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
Issue importing library #1717
Comments
Hello, This seem a problem related with a dependency of exoplayer. It is used to create a media file extractor. If you don't need extra-sources dependency you can remove it. Also, check that you have google and mavenCentral repositories, not only jitpack |
Ok thank you, i'll try it as soon as possible. Why is it a problem related to the dependency of exoplayer? It refers to guava... Just to make sure i understand this. As soon as i try what you have told me i'll let you know if it worked! Thank you! |
Hello, It is a dependency of exoplayer because exoplayer use that versión of guava. You can check all dependencies in your project as a tree using app:dependencies command in gradle console inside android studio Usng that command you will see a dependency tree in the console log. You can look for that dependency and you can see that exoplayer use it. |
I've tried this
But now i get the following error:
How can i solve this? I'm pretty lost with this one... I'm just trying to get the video feed from a USB Camera using your library |
Hello, Are you using java 17? |
Hello Yes. I've set it in Android Studio and still same error... |
Hello, Check that you have something similar to this: Inside you build.gradle (module app). Like I'm doing here: If all the problem persist. remove extra-source dependency and copy this class: |
Ok thank you. I'll try to configure this as soon as i can and i'll let you know if it worked! |
Hello.
I'm developing a CivTAK plugin and i'm trying to add the library just as it is described in the README.md. My dependencies are the following:
Build correctly but when running i get the following error:
Does anyone know how to solve this?
Thank you in advance
The text was updated successfully, but these errors were encountered: