Android

I am new to cocos2Dx and I am using v2.2.2. I am working on Visual Studio 2013 ,and OS is Windows 8.1.

I am following : http://software.intel.com/en-us/articles/creating-multi-platform-games-with-cocos2d-x

Till now: successfully build and debugged : win32 and winrt version of the project created.

Trouble for android part…Version of ndk not mentioned in guide, so I’ve downloaded ndk r9c …and tried using it, but due to some problem in usual procedure given in the starting guide I searched on the cocos2dx official site & I got to know that I would need either r4 or r5 which I am not getting anywhere on http://http/developer.android.com/tools/sdk/ndk/index.html

Anyways, I am now downloading ndk r5c version somehow, but is anybody sure that whatever problem I was having with ndk r9c, I won’t get with ndk r5c… or should I try fix the ndk r9c build…?

In my previous post, I told that I was downloading ndk ver r5c from http://dl.google.com/android/ndk/android-ndk-r5-windows.zip

So after I downloaded and used it, then I realized few files were missing from its folder, hence that also didn’t work…

Any idea from where shall I download r5 ver… and modify it if it in required so…
Please tell additional steps required w.r.t link I gave in starting guide in previous post…

Since I’ve set everything as environment variables, so w.r.t my link of starting guide of android, I just have to execute following commands :

  1. ndk-build.cmd -C . APP_ABI=“armeabi armeabi-v7a x86”
    2)ant debug
    3)adb install -r bin\MyFirstGame.apk

ANYBODY WHO HAS SET UP HIS/HER PROJECT IN Visual Studio FOR ANDROID, PLEASE SEE TO IT…

We will soon have a Windows tutorial on our YouTube channel

@SonarSystems Thnxx and all the best u guys… :slight_smile: