RMMSecurity/cocos2d-android

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

Opened this issue · 1 comments

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

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