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

Do not list Android Studio as a requirement to build Android apps #11440

Open
1 task
miklcct opened this issue Nov 25, 2024 · 2 comments
Open
1 task

Do not list Android Studio as a requirement to build Android apps #11440

miklcct opened this issue Nov 25, 2024 · 2 comments
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.

Comments

@miklcct
Copy link

miklcct commented Nov 25, 2024

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.

  • I will try and fix this problem on docs.flutter.dev.
@miklcct miklcct added the from.page-issue Reported in a reader-filed concern label Nov 25, 2024
@sfshaza2
Copy link
Contributor

sfshaza2 commented Dec 2, 2024

@miklcct, you are half right. You can develop an Android app without AS, but you still need AS to deploy an Android app. But that distinction could be made more clear.

@sfshaza2 sfshaza2 added p2-medium Necessary but not urgent concern. Resolve when possible. e2-days Effort: < 5 days labels Dec 2, 2024
@miklcct
Copy link
Author

miklcct commented Dec 2, 2024

@miklcct, you are half right. You can develop an Android app without AS, but you still need AS to deploy an Android app. But that distinction could be made more clear.

What do you mean? I don't need the full version Android Studio at all. It is just an IDE and an IntelliJ IDEA Ultimate Edition with the Android plugin is functionally equivalent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants