Cocos2d-x visual studio build

how can i get output or apk in cocos2d-x using visual studio

For apk use android studio. Ms studio will create EXE & COM executable files
apk is a package.

here is a quick tut if you i made for someone else

Once compiled you can find the APK in the dir of your project under
YourProjectName\proj.android\app\build\outputs\apk\debug

i solved the problem thank you