android - Error: Execution failed for task ':app:preDexDebug' -
i've installed latest version of android studio bundle sdk couldn't run "hello world" default simple program , when ever tried run program keep saying execution failed task ':app:predexdebug'. , here complete gradle console log:
executing tasks: [:app:assembledebug]
configuration on demand incubating feature. :app:prebuild up-to-date :app:predebugbuild up-to-date :app:checkdebugmanifest :app:prereleasebuild up-to-date :app:preparecomandroidsupportappcompatv72211library up-to-date :app:preparecomandroidsupportsupportv42211library up-to-date :app:preparedebugdependencies :app:compiledebugaidl up-to-date :app:compiledebugrenderscript up-to-date :app:generatedebugbuildconfig up-to-date :app:generatedebugassets up-to-date :app:mergedebugassets up-to-date :app:generatedebugresvalues up-to-date :app:generatedebugresources up-to-date :app:mergedebugresources up-to-date :app:processdebugmanifest up-to-date :app:processdebugresources up-to-date :app:generatedebugsources up-to-date :app:processdebugjavares up-to-date :app:compiledebugjava up-to-date :app:compiledebugndk up-to-date :app:compiledebugsources up-to-date :app:predexdebug failed
failure: build failed exception.
what went wrong: execution failed task ':app:predexdebug'.
com.android.ide.common.process.processexception: org.gradle.process.internal.execexception: process 'command 'c:\program files\java\jdk1.8.0_40\bin\java.exe'' finished non-zero exit value 1
try: run --stacktrace option stack trace. run --info or --debug option more log output.
build failed
total time: 4.734 secs
i tried jdk version 7 , jdk 8 (32bit-win8)
i know there similar topic , questions none of them counldn't solve problem
Comments
Post a Comment