Do not list Android Studio as a requirement to build Android apps #11440
Labels
e2-days
Effort: < 5 days
from.page-issue
Reported in a reader-filed concern
p2-medium
Necessary but not urgent concern. Resolve when possible.
Page URL
https://docs.flutter.dev/get-started/install/windows/mobile#development-tools
Page source
No response
Describe the problem
The page tells people to install Android Studio to develop Android apps. However, it is not strictly required and, if I already have IntelliJ IDEA with Android plugin installed, it is redundant anyway. People may also prefer to use VS Code as the IDE as well.
The actual requirement is the Android SDK with the appropriate components installed, and a compatible Java version for the Gradle version used in the project.
Expected fix
Remove Android Studio and add Android SDK and JDK into development tools, along with the instruction to install them either manually, or from Android Studio / IntelliJ IDEA. Also, add the Android plugin in IntelliJ IDEA in the IDE section as well.
Additional context
Related: flutter/flutter#159411
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: