Correction to Android Studio Bones Demo (tar.gz) for Windows environment

Started by glossum, November 04, 2016, 10:20:31 AM

Previous topic - Next topic

glossum

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

raft

interesting. I'm not an Android Studio user so I cant comment on it.

maybe you can also update wiki page so this may help others too?


raft