'Port android app from Android Studio to Microsoft Visual Studio
I have an app written in Android Studio, that I want to work on using Visual Studio.
Is there a way to import my project into Visual Studio?
Solution 1:[1]
No there is no way to convert it. Android Studio only supports IntelliJ and not Visual Studio, but you could rewrite the project in xamarin which is supported by visual studio.
Solution 2:[2]
Try VisualStudio Community, it's designed for cross-platform development. Use your "gradlew" files for project configuration.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | flup |
Solution 2 | Vic |