Changes not applied on AVD?

268 views Asked by At

i am new to cocos2d-x i am making app for Android using cocos2d-x in Android emulator their is no changes applied in it! I mean i change HelloWorld.png to game.png and Hello World to Game but nothing works in emulator it is showing Hello World and HelloWorld.png game.png is in assets

I clean my Project close eclipse emulator but problem is still there!!! I uninstall APK from emulator but no LUCK!

console message: bash /build_native.sh NDK_DEBUG=1 V=1 all /usr/bin/bash: /build_native.sh: No such file or directory

Please help! me Thanks

1

There are 1 answers

3
iandouglas On

Are you missing the . in front of the script when inside your build folder?

ie:

bash ./build_native.sh NDK_DEBUG=1 V=1 all