SoundEngine can not be resolved cocos2d-android-1 -
i learning here [link] (http://dan.clarke.name/2011/04/how-to-make-a-simple-android-game-with-cocos2d/) stuck @ point have use this
soundengine.sharedengine().preloadeffect(context, r.raw.pew_pew_lei); soundengine.sharedengine().playsound(context, r.raw.background_music_aac, true);
there no soundengine import fount. says soundengine can not resolved. other soundengine other functionalities working fine. missing thing (some other library). have added cocos2d-android-1 here [link] (https://code.google.com/p/cocos2d-android-1/downloads/detail?name=cocos2d-android.jar&can=2&q=) there other library soundengine
sorry bother have found problem solution using wrong jar file using jar file fro here [link] (http://www.java2s.com/code/jar/c/downloadcocos2djar.htm)
Comments
Post a Comment