I would like to use gdx-video extension in my libGDX project to embed a YouTube video. I have found this extension on GitHub, but there are several error messages during Gradle Sync process. I have pasted dependencies in build.gradle file.
[quote]Error:Failed to resolve: com.badlogicgames.gdxvideo:gdx-video:0.0.1 Error:Failed to resolve: com.badlogicgames.gdxvideo:gdx-video-platform:0.0.1 Error:Failed to resolve: com.badlogicgames.gdxvideo:gdx-video-android:0.0.1
[/quote]
Is this project dead? Should I use another one? I haven’t found proper solution for this after 2 hours googling.