Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCMDDAndroid for VS 2017 #25

Closed
BattleShipPark opened this issue Jul 21, 2017 · 6 comments
Closed

VCMDDAndroid for VS 2017 #25

BattleShipPark opened this issue Jul 21, 2017 · 6 comments

Comments

@BattleShipPark
Copy link

I'm trying https://blogs.msdn.microsoft.com/vcblog/2015/12/15/support-for-android-cmake-projects-in-visual-studio/, but you support only until VS 2015. When I installed VS 2017 your cmake says:

CMake Error in CMakeLists.txt:
CMAKE_SYSTEM_NAME is 'VCMDDAndroid' but 'Visual C++ for Mobile Development
(Android support)' is not installed.

You can support VS 2017? Or can you do it?

Thanks.

@bodong1987
Copy link

who know how to add vs2017 support ?

@jgoshi
Copy link
Member

jgoshi commented Nov 21, 2017

When you install VS 2017 you need to select the "Mobile development with C++" workload. If you run the Visual Studio Installer you can check if that workload was selected, and if not you can add it.

Once that is installed, you can open the generated project file in VS 2017 (if it asks you to upgrade say no). Generator support is only available for 2015 so you cannot generate the project for 2017, but VS 2017 will be able to open and build the project files.

@rcdailey
Copy link

rcdailey commented Jul 5, 2018

Is VCMDDAndroid still not merged to upstream CMake? That's a shame; last commit on that branch was from 2016. Really need to officially support Android cross compilation in Visual Studio via CMake! If this is already possible and I'm missing something, please let me know. But right now the original blog article seems very very out of date now.

@greazer
Copy link

greazer commented Jul 5, 2018

@rcdailey, No it is not merged, and that has been an intentional decision. We are currently in the process of re-evaluating how we improve Android support in VS.

@NukeBird
Copy link

NukeBird commented Feb 15, 2019

So, how everything going?

It's pity that here is no VS2017 support

@jgoshi
Copy link
Member

jgoshi commented Feb 15, 2019

Closing this issue as this will not be done for VS2017, and we currently have no plans to add this support.

@jgoshi jgoshi closed this as completed Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants