Last active
May 16, 2017 09:46
-
-
Save monsterbrain/9599febde6400897aee60ead958ffca9 to your computer and use it in GitHub Desktop.
failed to resolve com.hi5dev.box2d_pexml:box2d-pexml android studio LibGDX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.codeandweb.com/texturepacker/tutorials/libgdx-physics | |
Was getting this error. Tried searching. | |
But at last found that I put the repositaries link | |
maven { url "https://dl.bintray.com/hi5dev/maven/" } | |
in the buildscript {} rather than the allprojects {} section. | |
Hope this helps someone running into this error. | |
-Monster Brain Games |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment