linux - Logcat show invisible messages in Eclipse Mars -
my pc running on debian jessie & logcat's messages invisible on eclipse mars. tried solution here, no help. now?
---------- update ----------
i tried followings:
- change logcat/ddms's metadata settings in com.android.ide.eclipse.ddms.prefs file.
- don't use gtk3 export swt_gtk3=0
but both failed fix situation.
i had similar problem (eclipse mars on arch linux) , turned out gtk issue. solution add following 2 lines
--launcher.gtk_version 2
in eclipse.ini right before the
--launcher.appendvmargs
line, explained in https://bbs.archlinux.org/viewtopic.php?id=200053 note location of eclipse.ini distro specific (in case under /usr/lib/eclipse) , multiple copies of file in different directories can override same setting, make sure adding lines in right place.
Comments
Post a Comment