Android Studio 2.2 start failed -


just downloaded android studio canary build: 2.2 preview 6, on trying start get:

internal error. please report https://code.google.com/p/android/issues  com.intellij.ide.plugins.pluginmanager$startupabortedexception: java.lang.reflect.invocationtargetexception     @ com.intellij.ide.plugins.pluginmanager$2.run(pluginmanager.java:96)     @ java.lang.thread.run(thread.java:745) caused by: java.lang.reflect.invocationtargetexception     @ sun.reflect.nativemethodaccessorimpl.invoke0(native method)     @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:62)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)     @ java.lang.reflect.method.invoke(method.java:498)     @ com.intellij.ide.plugins.pluginmanager$2.run(pluginmanager.java:93)     ... 1 more caused by: java.lang.noclassdeffounderror: org/apache/log4j/layout     @ com.intellij.idea.mainimpl.start(mainimpl.java:34)     ... 6 more caused by: java.lang.classnotfoundexception: org.apache.log4j.layout     @ com.intellij.util.lang.urlclassloader.findclass(urlclassloader.java:207)     @ java.lang.classloader.loadclass(classloader.java:424)     @ java.lang.classloader.loadclass(classloader.java:357)     ... 7 more 

i've googled , not been able find fixes.

i'm running linux mint rebecca 17.1 32-bit.

not sure other information provide. appreciated, thanks.

just install jdk1.8.0_102 , set java_path in environment variable c:\program files\java\jdk1.8.0_102


Comments