My PC running on Debian Jessie & Logcat’s messages are all invisible on eclipse Mars. I tried a solution here, but no help. What to do now?
———- UPDATE ———-
I tried the followings:
- Change logcat/ddms’s metadata settings in com.android.ide.eclipse.ddms.prefs file.
- Don’t use GTK3 by export SWT_GTK3=0
But both failed to fix the situation.
Advertisement
Answer
I had a similar problem (Eclipse Mars on Arch Linux) and it turned out to be a GTK issue. The solution was to add the following two lines
--launcher.GTK_version 2
in eclipse.ini right before the
--launcher.appendVmargs
line, as explained in https://bbs.archlinux.org/viewtopic.php?id=200053 Note that the location of eclipse.ini is distro specific (in my case it was under /usr/lib/eclipse) and multiple copies of the file in different directories can override the same setting, so make sure you are adding the lines in the right place.