Blocked with Android Studio compilation release ManifestMerger2 $ MergeFailureException

With Android studio v0.8.2, I am blocked by the following exception. It worked very well with the beta release. I upgraded the IDE to 0.8.2 and deleted my target directory and tried to build again. It struck me.

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.0runtime /AndroidManifest.xml(No such file or directory)

As reported by mistake, the file is actually missing from the specified path. For my other project, in which I have hugo-runtime, the file exists and the compilation is correct.

Anyone else run into this issue? Is there a workaround for this?

+4
source share
1 answer

Go to the assembly tab and clear the project. Boom!

+1
source

Source: https://habr.com/ru/post/1548449/


All Articles