Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monsterbrain/9599febde6400897aee60ead958ffca9 to your computer and use it in GitHub Desktop.
Save monsterbrain/9599febde6400897aee60ead958ffca9 to your computer and use it in GitHub Desktop.
failed to resolve com.hi5dev.box2d_pexml:box2d-pexml android studio LibGDX
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