Missing logcat tab in Android Studio
See original GitHub issue@anderscheow commented on Thu Oct 25 2018
Logcat tab does not appear in Flutter project but visible in Android project
Logs
[✓] Flutter (Channel dev, v0.10.1, on Mac OS X 10.14 18A391, locale en-MY)
• Flutter version 0.10.1 at /Users/anders/flutter
• Framework revision 6a3ff018b1 (5 days ago), 2018-10-18 18:38:26 -0400
• Engine revision 3860a43379
• Dart version 2.1.0-dev.7.1.flutter-b99bcfd309
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at /Users/anders/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.
[✓] iOS toolchain - develop for iOS devices (Xcode 10.0)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 10.0, Build version 10A255
• ios-deploy 2.0.0
• CocoaPods version 1.5.3
[✓] Android Studio (version 3.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 29.1.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[!] IntelliJ IDEA Ultimate Edition (version 2018.2.1)
• IntelliJ at /Applications/IntelliJ IDEA.app
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• For information about installing plugins, see
https://flutter.io/intellij-setup/#installing-the-plugins
[!] VS Code (version 1.28.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (4 available)
• SM T815Y • 3300ffc315341365 • android-arm • Android 7.0 (API 24) (emulator)
• HM 1S • d0925617 • android-arm • Android 4.4.4 (API 19)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android 4.4.2 (API 19) (emulator)
• Anders’ iPhone X • fb459deb33528e3571bfac0a2e555307cc879773 • ios • iOS 12.0.1
! Doctor found issues in 2 categories.
Issue Analytics
- State:
- Created 5 years ago
- Comments:23 (3 by maintainers)
Top Results From Across the Web
Logcat tab missing from debug window in Android Studio
In Run->Configuration->Logcat I have everything checked. I do have the logcat tab in Android Monitor window, but not in Debug.
Read more >How to Fix "Android studio logcat nothing to show" in Android ...
Solution 1: Restarting Logcat · Solution 2: Change Log Level · Solution 3: Plug Unplug · Solution 4: Restart Android Studio · Solution...
Read more >How to Solve the Visibility Issue of Logcat Window in Android ...
Solution 1: Restarting Logcat · Solution 2: Change Log Level · Solution 3: Plug Unplug · Solution 4: Restart Android Studio · Solution...
Read more >Cant find Logcat in android studio : r/AndroidStudio - Reddit
Just downloaded Android studio 3.21 and i cant find logcat. Google earch says it should be there in view>android>logcat.
Read more >New features in Android Studio Preview
All devices that you are connected to are mirrored in tabs in the Running ... In Android Studio Electric Eel, the new version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
click “Event Log”
it will show “”“ 2019-10-11 10:10 Frameworks Detected Android framework is detected. Configure ”“”
click “Configure”, and it will show logcat
Had same issue until i did this:
Go to Project Structure -> Facets -> “+” Android -> Select Project -> voilá 😃