How to Deploy CocoStudio project to android phone?

Hi guys,

I finished making a game using cocostudio and visual studio.

I would now like to publish this game onto my android device.

However, when I try to package the project using cocostudio, it comes up with an NDK failed error.

I have both r9 and r10 and have tried both.

below is the error.

Based on: cocos2d-x-3.4
'xcopy' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
...

NDK build mode: release
NDK_TOOLCHAIN_VERSION: 4.9
running: '"D:\android-ndk-r10d\ndk-build" -C D:\Cocos\Sample\Cocos\CocosProjects\PhoneMaster\proj.android -j3 NDK_MODULE_PATH=D:\Cocos\frameworks/cocos2d-x-3.4;D:\Cocos\frameworks/cocos2d-x-3.4/cocos;D:\Cocos\frameworks/cocos2d-x-3.4/external NDK_TOOLCHAIN_VERSION=4.9'
Ndk build failed!

manage to fix it?

nope. just had to remake it in eclipse. =(