After forking a Flutter package from GitHub, and try to edit it, then when I click "Open Android module in Android Studio" it opens /example/android instead of /android folder!
Q: How to open /android folder of a package for editing?
Edit: steps I did
It would open both example/android/
& android/
folders. Look carefully in the project pane.
I created a new Flutter Plugin Project and did Open Android module in Android Studio
. Here is how it looks: app/
is from example/android/
& test_plugin/
is from android/
.