gradle - Android Studio Build Failed : Execution failed for task ':app:dexDebug' - All projects stopped working -


all projects working fine have stopped working. error displayed when building project in android studio.

i did not make changes working. so, don't know triggered this.

error:execution failed task ':app:dexdebug'. > com.android.ide.common.internal.loggederrorexception: failed run command: c:\users\dell14\appdata\local\android\sdk\build-tools\21.1.2\dx.bat --dex --no-optimize --output  d:\androiddevelopment\sunshine\lynx09\app\build\intermediates\dex\debug --input-list=d:\androiddevelopment\sunshine\lynx09\app\build\intermediates\tmp\dex\debug\inputlist.txt error code: 1 output: system cannot find path specified. system cannot find path specified. system cannot find path specified. 

this in gradle console different project. same of projects try run.

executing tasks: [:app:assembledebug]  configuration on demand incubating feature. :app:prebuild :app:compiledebugndk up-to-date :app:predebugbuild :app:checkdebugmanifest :app:prereleasebuild :app:preparecomandroidsupportappcompatv72103library up-to-date :app:preparecomandroidsupportsupportv42103library 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:compiledebugjava up-to-date :app:predexdebug system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified. system cannot find path specified.   failed  failure: build failed exception.  * went wrong: execution failed task ':app:predexdebug'. > com.android.ide.common.internal.loggederrorexception: failed run command:     c:\users\dell14\appdata\local\android\sdk\build-tools\21.1.2\dx.bat --dex --output d:\androiddevelopment\sunshine\sunshine\app\build\intermediates\pre-dexed\debug\support-annotations-21.0.3-8197c74ea8b8656ed6c95d15295a239b84e4ed49.jar c:\users\dell14\appdata\local\android\sdk\extras\android\m2repository\com\android\support\support-annotations\21.0.3\support-annotations-21.0.3.jar error code:     1 output:     system cannot find path specified.     system cannot find path specified.     system cannot find path specified.       * try:     run --stacktrace option stack trace. run --info or --debug      option more log output.      build failed      total time: 32.438 secs 


Comments

Post a Comment

Popular posts from this blog

Upgrade php version of xampp not success -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -