I want to create a project in VS2015 for Android , so that the development was in C ++ . I try:
New project → Templates → Other languages → Visual C ++ → Cross-platform → Android → Simple application (Android, Gradle)
This opens the java code.
I want to create a project in VS2015 for Android , so that the development was in C ++ . I try:
New project → Templates → Other languages → Visual C ++ → Cross-platform → Android → Simple application (Android, Gradle)
This opens the java code.
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.
Source: https://ru.stackoverflow.com/questions/576062/
All Articles