Eclipse - Empty Logcat with Android 7

前端 未结 4 743
刺人心
刺人心 2020-12-05 13:32

I recently updated my Nexus 9 Tablet to Android 7 Nougat.
Since then the Logcat view in Eclipse stoped displaying Logcat messages, the view just stays empty.
Also th

4条回答
  •  失恋的感觉
    2020-12-05 14:17

    can use "Android Device Monitor" Application,

    This application in the sdk-tools package.

    Launch From the command line,

    cd to the "sdk-tools folder/tools/" directory,

    enter the following command : monitor.

    or

    windows environment,

    open the directory "sdk-tools folder/tools/",

    and double click monitor.bat.

    detail -> Google User Guide

提交回复
热议问题