Compiling for Android in Visual Studio #3174
|
Is it possible to compile the Android version of a project and run it in the emulator right in Visual Studio? I remember it was possible to do with Cocos2dx. |
Replies: 3 comments 2 replies
I never using Visual Studio compiling the Android version. Here are the official documentation: |
|
I tried to work with Android in Visual Studio when Android Studio was still underdeveloped, but I quickly abandoned this idea. I understand that you are probably motivated by the Visual Studio IDE that you are used to and the desire to have everything in one place. But my experience shows that you will waste more time trying to squeeze it out of VS than you will spend learning Android Studio. Everything is working fine in Android Studio right now. |
|
@mikhailitsky |

I tried to work with Android in Visual Studio when Android Studio was still underdeveloped, but I quickly abandoned this idea. I understand that you are probably motivated by the Visual Studio IDE that you are used to and the desire to have everything in one place. But my experience shows that you will waste more time trying to squeeze it out of VS than you will spend learning Android Studio. Everything is working fine in Android Studio right now.