Не удается найти открытый для редактирования в Android Studio - PullRequest
0 голосов
/ 29 февраля 2020

Я новичок, чтобы трепетать. Я хочу открыть (android) модуль флаттера в другое окно. Но в файле java или любом другом файле android опция не отображается. check this image

вот мой флаттер доктор:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v1.7.8+hotfix.4, on Mac OS X 10.14.5 18F132, locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[!] iOS tools - develop for iOS devices
 ✗ libimobiledevice and ideviceinstaller are not installed. To install with Brew, run:
    brew update
    brew install --HEAD usbmuxd
    brew link usbmuxd
    brew install --HEAD libimobiledevice
    brew install ideviceinstaller
[✓] Android Studio (version 3.1)
[!] VS Code (version 1.42.1)
✗ Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (1 available)
! Doctor found issues in 2 categories.

1 Ответ

0 голосов
/ 29 февраля 2020

Если вы не видите эту опцию, вы можете попробовать это:

  1. Нажмите cmd + shift + o и найдите build.gradle файл:

    enter image description here

  2. Как только вы откроете его, вы увидите опцию Open for Editing in Android Studio в правом верхнем углу.

    enter image description here

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...