Android studio is unusable and does not display correctly. I am using the latest stable version of Android Studio and the JDK, on Fedora 23. # java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode)
Here is the stdout log when starting up from the console: ./studio.sh Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0 (java:12754): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine", (java:12754): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine", (java:12754): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine", log4j:WARN No appenders could be found for logger (io.netty.util.internal. logging.InternalLoggerFactory). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Here is what I see when starting up studio after removing ~/.AndroidStudio2.1: <https://lh3.googleusercontent.com/-nTGt2xYziyM/V9LOU2sH8rI/AAAAAAAATZg/YKePxNAYFKkmYJKdpRQIn7yHVd91ksbGgCLcB/s1600/Screenshot%2Bfrom%2B2016-09-09%2B10-54-46.png> And here is what happens when I start the second time, after force-quitting the previous: HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0 (java:13822): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine", (java:13822): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine", (java:13822): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine", log4j:WARN No appenders could be found for logger (io.netty.util.internal. logging.InternalLoggerFactory). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Looking in classpath from com.intellij.util.lang.UrlClassLoader@28c97a5 for /com/sun/jna/linux-x86-64/libjnidispatch.so Found library resource at jar:file:/home/sam/Applications/android-studio/lib /jna.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so Trying /home/sam/.AndroidStudio2.1/system/tmp/jna-113631/ jna4266431397228612498.tmp Found jnidispatch at /home/sam/.AndroidStudio2.1/system/tmp/jna-113631/ jna4266431397228612498.tmp [ 1058] WARN - api.vfs.impl.local.FileWatcher - Native file watcher is not executable: <a href= "/home/sam/Applications/android-studio/bin/fsnotifier64">/home/sam/ Applications/android-studio/bin/fsnotifier64</a> <https://lh3.googleusercontent.com/-TAyh7VZ8zHI/V9LOtMMQPSI/AAAAAAAATZk/kSY4roWUSJ85fqh1VikK1pTCTcaXGICiwCLcB/s1600/Screenshot%2Bfrom%2B2016-09-09%2B11-00-45.png> Since Android Studio is based on IntelliJ, I downloaded the evaluation copy, and it all works great, so I am fairly certain it is not related to my system setup. Has anyone else had this happen, and more importantly, does anyone know how to fix it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/14184ca0-98b7-417e-8c80-ea76a64278a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

