I want to create a project in VS2015 for Android , so that the development was in C ++ . I try:

New projectTemplatesOther languagesVisual C ++Cross-platformAndroidSimple application (Android, Gradle)

This opens the java code.

  • and a small addition: how realistic is it to make applications for android in VS and under c ++? - Kto To

1 answer 1

You can use VS to develop C ++ applications for Android. How to create a project and what is written here: link !

PS Another question - why? If you are embarrassed at this stage of development, then it may be worth looking the other way, there are simpler options. use C ++ in the development of some simple applications for android - it is to shoot a gun at the sparrows. There is a simplified version, if C ++ is so important to you - Qt QML. You declare the entire interface in QML (you can learn the basics in a couple of hours) and describe the logic in C ++. very simple and no java code.