Android NDK with Visual Studio

后端 未结 6 447
猫巷女王i
猫巷女王i 2020-12-23 15:25

I\'d like to build some native libraries for android using the NDK (native development kit), but i\'d like to use Visual Studio 2010 to do it. I\'ve googled quite a bit but

6条回答
  •  感情败类
    2020-12-23 15:33

    There's also a couple of other third party alternatives for developing ANdroid apps with VS in addition to those above. There is the open source dot42 located at http://www.dot42.com and Remobjects, http://www.remobjects.com , which allows you to program in c#, Pascal, and Swift. I have played with the trial of Remobjects and am now starting to play around with dot42.

    My use of the remobjects trial allowed me to recreate in c# the first five chapter projects in the textbook of the Android course I took. I haven't had the same success with dot42 so far but I need to find some time to really give it a chance.

提交回复
热议问题