Eclipse - Empty Logcat with Android 7

China☆狼群 提交于 2019-11-27 20:27:13

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

I tried with this custom build and it works for me. Now I can see my logcat in Eclipse again.

https://github.com/khaledev/ADT/releases

Download the zip file then in Eclipse menu Help > Install New Software... > Add > Archive... Just pick the downloaded zip and do the rest of the install process.

David

I had the same problem. Eventually, I found out that the "Eclipse IDE for Android Developers" was out of date. Updating this feature fixed the problem. Procedure:

  • Open Help -> About Eclipse -> Installation Details

  • Select "Installed Software" tab

  • Select "Eclipse IDE for Android Developers"

  • Click "Update" in the bottom.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!