xuncl / cocos2d-android

Automatically exported from code.google.com/p/cocos2d-android
Other
0 stars 0 forks source link

Missing org.cocos2d.R class file in source code repository #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The SoundEngineTest.java class imports

import org.cocos2d.R;

However this class file is missing int the source code distribution.

Original issue reported on code.google.com by jasonwag...@gmail.com on 10 Mar 2012 at 5:36

GoogleCodeExporter commented 9 years ago
That file is auto-generated, you have another error in your project, once you 
resolve all your errors, org.cocos2d.R will be generated again

Original comment by bia...@gmail.com on 21 Jul 2012 at 12:33