How to find the logs on android studio?

后端 未结 12 1036
北荒
北荒 2020-11-30 04:46

I have tried to import my project in to android studio.The error will be shown.I need to know where do I get logs?

Consult IDE log for more details (Help | S         


        
相关标签:
12条回答
  • 2020-11-30 05:02

    Had a hard time finding the logs because the IDE was crashing on launch, if you are on Mac and use Android Studio 4.1 then the logs location may be found at /Users/{user}/Library/Logs/Google/AndroidStudio4.1/

    And to be specific for me it is on macOS Big Sur

    0 讨论(0)
  • 2020-11-30 05:04

    On a Mac, the idea.log is contained in

    /Users/<user>/Library/Logs/AndroidStudio/idea.log
    

    The new stable version (1.2) is in

    /Users/<user>/Library/Logs/AndroidStudio1.2/
    

    The new stable version (2.2) is in

    /Users/<user>/Library/Logs/AndroidStudio2.2/
    

    The new stable version (3.4) is in

    /Users/<user>/Library/Logs/AndroidStudio3.4/
    
    0 讨论(0)
  • 2020-11-30 05:04

    Hope this helps someone: on Mac OS X, the logs are within /Users/<user>/Library/Logs/AndroidStudio<version>/

    0 讨论(0)
  • 2020-11-30 05:10

    On toolbar -> Help Menu -> Show log in explorer.

    It opens log folder, where you can find all logs

    0 讨论(0)
  • 2020-11-30 05:12

    C:\Users\bob.AndroidStudio2.3\system\log

    0 讨论(0)
  • 2020-11-30 05:13

    My Android Studio is 3.0, please follow the two steps below,hope this will help;)

    0 讨论(0)
提交回复
热议问题