UnderwaterApps / overlap2d-runtime-libgdx

Overlap2D - UI and Level Editor libgdx runtime
http://overlap2d.com
Other
170 stars 96 forks source link

cant see overlap2d-runtime lib in libgdx project folder #60

Closed bangive closed 8 years ago

bangive commented 8 years ago

I use gradle to install runtime 0.1.2-snapshot but cant see it in libgdx project folder

azakhary commented 8 years ago

it should not appear in any folder.

bangive commented 8 years ago

So where it is installed, how to check if it is installed.

azakhary commented 8 years ago

Gradle downloads libraries from maven central to your user folder .gradle/cache somewhere here it resides. What IDE are you using? when you import a gradle project things should work all by themselves. Here, check out the video of me doing the process, to see if you did all correct: https://www.youtube.com/watch?v=bhvHm2sM0qo (note that 0.1.2-SNAPSHOT is the correct version, but it was released after this video was made) Let me know if this helps.

bangive commented 8 years ago

Thank you so much. I already use 0.1.2-SNAPSHOT in gradle. Why you don't update this version in readme, the current version in readme is 0.1.1-SNAPSHOT and gradle can not find it. I will check your video. Im using android studio, but tend to use IntelliJ

azakhary commented 8 years ago

oh, oups, the readme has to be updated, did not remember that one, thanks a lot for bringing this up!

bangive commented 8 years ago

Have you updated it yet. It still show compile "com.underwaterapps.overlap2druntime:overlap2d-runtime-libgdx:0.1.1-SNAPSHOT

azakhary commented 8 years ago

just 10 seconds ago :)

bangive commented 8 years ago

The problem is solved. Thank you again.