Difference between revisions of "Bones Ninja demo android studio project"

From JPCT
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[http://jpct.de/download/others/AndroidStudioBonesDemo.tar.gz download here]
 
[http://jpct.de/download/others/AndroidStudioBonesDemo.tar.gz download here]
 +
 +
 +
It seems that Android Studio for Windows cannot work with the names containing two dots.
 +
 +
So if you are working in Windows, then after unpacking this archive you probably need to do some corrections:
 +
 +
 +
- 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'''

Latest revision as of 17:22, 20 November 2016

download here


It seems that Android Studio for Windows cannot work with the names containing two dots.

So if you are working in Windows, then after unpacking this archive you probably need to do some corrections:


- 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