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

Improving Flutter support in Android Studio #2243

Closed
7 of 8 tasks
stevemessick opened this issue May 11, 2018 · 4 comments
Closed
7 of 8 tasks

Improving Flutter support in Android Studio #2243

stevemessick opened this issue May 11, 2018 · 4 comments

Comments

@stevemessick
Copy link
Member

stevemessick commented May 11, 2018

Flutter projects are not Gradle-based Android projects so a number of features provided by Android Studio are not available to Flutter programmers.

  • When opening / editing plugin files in the android/ or ios/ directories, have an easy way for the user to open the correct external editor.
  • Code completion in the Java or Kotlin code of an Android module should be supported.
  • The Project list view should default to Project not Android.
    [I think this was fixed by Android Studio at the beginning of May]
  • The Project list view setting should be preserved.
    [I think this was fixed by Android Studio at the beginning of May]
  • The AVD Manager should always be available.
  • The framework detector should not report that an Android framework has been detected.
  • Support indexing of C++ files to allow navigation, completion, etc.
  • Support off-line project creation Support offline project creation in Android Studio. #2099
@apgapg
Copy link

apgapg commented Dec 22, 2018

Also the Device File Explorer is missing in flutter project on Android studio. Everytime i have to open android module for that which is hectic because of gradle syncing time

@workerbee22
Copy link

@domesticmouse Can we get some focus on this one? Was opened in May 2018 !!! 😱

@stevemessick
Copy link
Member Author

I opened it as a tracking issue. Everything is done except C++ indexing, which we won't do due to vendor limitations.

@workerbee22
Copy link

@stevemessick I've opened a matching issue. Please upvote by hitting the Emoji on the first post here if this still annoys you like it does me: flutter/flutter#91596

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants