Hi,
I have followed all the steps properly mentioned for making an android build but when i try to run i get this error http://pastebin.com/NHHgGuUD (Paste Bin for better understanding)
1)I have latest android adt tools
2)Working on windows machine
3)Android Ndk is r9d…earlier i was using 10c but got to know that it was not compatible with cocos2dx yet
4)Using visual studio to make win.32 project.Windows project is working fine
5)Followed steps from documentation on how to make android build
6)Using cocos2dx3.3rc0
But still struggling with this issue for the past 1 week.
I am a newbie to cocos2dx.Please Help me out
Thanks
Thanks iQD…It Works now…You Made my day!!!
Just wanted to clarify do we need to add every cpp file in the android.mk file manually or is there an automated way.
No, it can be automated in different ways. It supports wildcards. You have to read the NDK docs, if you want to get everything out from the build system.
Some scripts/IDEs, which can automate it, do it for you.
There are a lot of tutorials and infos out there, just search for “wildcard Android.mk”.
I know this is old post but I am kind of having the same issue. The only difference is I am trying to link to my .a file and I am getting the undefined reference error. Can you please take a look at the .mk file if there is something wrong I am doing.