Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blocked with Android studio compilation issue ManifestMerger2$MergeFailureException

With Android studio v0.8.2, I am blocked with the following exception. With the beta release it was working very well. I have updated my IDE to 0.8.2 and deleted my target directory and trying to build again. I am struck now.

Execution failed for task ':app:processDebugManifest'.

com.android.manifmerger.ManifestMerger2$MergeFailureException: java.io.FileNotFoundException: /home/gopinath/code/bitbucket/android/productionapp/build/intermediates/exploded-aar/com.jakewharton.hugo/hugo-runtime/1.1.0/AndroidManifest.xml (No such file or directory)

As reported by the error, the file is actually missing in the mentioned path. For my other project in which I have hugo-runtime, the file exists and compilation is proper.

Is anyone else facing this issue? Is there a workaround for this?

like image 506
Gopinath Avatar asked Jul 15 '14 06:07

Gopinath


1 Answers

Click the build tab and clean Project. Boom!

like image 106
feilong Avatar answered Oct 13 '22 05:10

feilong