libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
147 stars 48 forks source link

failed to resolve com.badlogicgames.gdx video:gdx-video-android:0.0.1 #8

Closed aklisanic closed 8 years ago

aklisanic commented 8 years ago

I am getting this and similar errors for all gdx-video related libs I included in my project's gradle build scripts. I followed instructions on main page. Is there anything else I need to do?

mnn commented 8 years ago

I have same problem. It seems the library is missing from repository - no gdx-video @ https://oss.sonatype.org/content/repositories/releases/com/badlogicgames/. I wonder if it is no longer supported/compatible or what is the cause.

RBogie commented 8 years ago

The libs are indeed not yet in the maven repos. See issue #2. Unfortunately, there were a lot of issues getting it to run on the libgdx build server. Then a period came where everybody was extremely busy. We unfortunately still are. This christmas I was planning on trying to run the build on travis-ci. Until then, you'll have to build the library yourself. A precompiled package with the native libraries can be found in issue #2.

mnn commented 8 years ago

Thank you for response. I'm glad the project is alive :).

badlogic commented 8 years ago

Passt fuer mich. Hast du mit Kern, Klampfl und Schulze auch geredet?

Mario On Nov 24, 2015 7:04 PM, "monnef" notifications@github.com wrote:

Thank you for response. I'm glad the project is alive :).

— Reply to this email directly or view it on GitHub https://github.com/libgdx/gdx-video/issues/8#issuecomment-159357945.

aklisanic commented 8 years ago

Yep. Solution from #2 looks OK for now. Good luck with making it work on server.