Using Visual Studio for Android development
-
wrote on 22 Aug 2018, 06:37 last edited by
Hi guys,
I'm setting up a development environment for the development of an Android app. Since I'm used to working with Visual Studio, I'd like to stick to this IDE.
I've installed the Qt VS Tools plugin, but when trying to add the android_armv7 version in this tool, I always get the following error message: "This Qt version uses an unsupported makefile generator (used: UNIX, supported: MSVC.NET, MSBUILD)".
If I first make a project in QtCreator and then try to prepare a VS solution using following command "C:\PATH\TO\android_armv7\bin\qmake.exe -spec android-g++ -tp vc", I get the following warning: "WARNING: Unable to generate output for C:/PATH/TO/MakeFile [Template vcapp]".
Is there any way where I can develop the android app using Visual Studio?Thanks for your help!
Best regards
Bert -
Hi guys,
I'm setting up a development environment for the development of an Android app. Since I'm used to working with Visual Studio, I'd like to stick to this IDE.
I've installed the Qt VS Tools plugin, but when trying to add the android_armv7 version in this tool, I always get the following error message: "This Qt version uses an unsupported makefile generator (used: UNIX, supported: MSVC.NET, MSBUILD)".
If I first make a project in QtCreator and then try to prepare a VS solution using following command "C:\PATH\TO\android_armv7\bin\qmake.exe -spec android-g++ -tp vc", I get the following warning: "WARNING: Unable to generate output for C:/PATH/TO/MakeFile [Template vcapp]".
Is there any way where I can develop the android app using Visual Studio?Thanks for your help!
Best regards
Bert@BCuypers Did you install Qt for Android?
-
@BCuypers I never used Visual Studio for Qt development for Android.
1/4