javascript - Error:Abnormal build process termination: Exception in thread "main" java.lang.NoSuchMethodError: -


i started android studio in newly updated os x (mavericks now).

now in android studio (also updated btw) message "error running git"

error:abnormal build process termination: exception in thread "main" java.lang.nosuchmethoderror: org.apache.log4j.propertyconfigurator.configure(ljava/io/inputstream;)v @ org.jetbrains.jps.cmdline.buildmain.initloggers(buildmain.java:339) @ org.jetbrains.jps.cmdline.buildmain.(buildmain.java:67) @ sun.reflect.nativemethodaccessorimpl.invoke0(native method) @ sun.reflect.nativemethodaccessorimpl.invoke(nativemethodaccessorimpl.java:39) @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:25) @ java.lang.reflect.method.invoke(method.java:597) @ org.jetbrains.jps.cmdline.launcher.main(launcher.java:58)



have:

  • two different versions of log4j included in project
  • your log4j.jar file duplicated.

the first more likely
hope works ;-)


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -