Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - glossum

Pages: [1]
1
Sure I can, but how to register in Wiki?

2
After importing http://jpct.de/download/others/AndroidStudioBonesDemo.tar.gz and correcting Gradle version there are still some errors. It seems that windows version of Android Studio 2.2.2 cannot work with the name containing two dots.
So in windows you need to:

- rename file "ninja.group.bones" to, for example, "ninja_group.bones"
- correct this filename in "workspace.xml"
- replace "R.raw.ninja" with "R.raw.ninja_group" in CollisionTestActivity.java and NinjaDemoActivity.java

Pages: [1]