You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to follow the steps in https://flutter.io/intellij-ide/#edit-android-code to edit my android code in IntelliJ. However, I am failing in step 1: There is no 'Open Module Settings' when right-clicking the android folder:
Am I doing this wrong?
The text was updated successfully, but these errors were encountered:
Is that an existing project? It may not have the right metadata set up. Can you create a new project and confirm if you still see the issue? If not, we probably just need to update the metadata for the firebase_messaging project.
You should be able to get to the same configuration page using the project structure dialog.
With a fresh flutter checkout, I just ran flutter create --plugin foo_bar on my Windows and MacOS machine. When I then open the created project dir in IntelliJ I don't see the Open Module Settings on both platforms. Maybe the plugin template is not properly set up for this?
I was trying to follow the steps in https://flutter.io/intellij-ide/#edit-android-code to edit my android code in IntelliJ. However, I am failing in step 1: There is no 'Open Module Settings' when right-clicking the android folder:
Am I doing this wrong?
The text was updated successfully, but these errors were encountered: