question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'Manifest Tasks does not support the manifestOutputFile property any more'

See original GitHub issue

Importing this Library (following the steps in the readme) with Android Studio resolved in several Gradle errors. The main one seems to be:

Caused by: java.lang.RuntimeException: Manifest Tasks does not support the manifestOutputFile property any more, please use the manifestOutputDirectory instead. For more information, please check https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html

I searched through the .java files but couldn’t find any line even containing ManiFestOutPutFile.

I am aware that this problem has been issued before, but there doesn’t seem to be a solution online yet.

Thx 😃

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
msudeep24commented, Nov 29, 2018

Gradle need to be updated. Please update gradle to 4.6 then project will work

0reactions
kilian579commented, Dec 13, 2018

First I updated Android studio via ‘Help > Check for Updates’.

After that I set the Gradle Version to 4.6 like this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error:Manifest Tasks does not support the manifestOutputFile ...
I get below error when I had migrated to Android Studio 3.0 recently. Error:Manifest Tasks does not support the manifestOutputFile property any ......
Read more >
Known issues with Android Studio and Android Gradle Plugin
Manifest class with custom permission strings is no longer generated by default: If you want to generate the class, set android.generateManifestClass = true...
Read more >
ProcessLibraryManifest.kt - Google Git
The aapt friendly processed Manifest. In case we are processing a library manifest, some. * placeholders may not have been resolved (and will...
Read more >
Known issues - 《Android Studio 用户指南》 - 书栈网
This issue does not affect AndroidStudio 3.2 and higher. ... manifestOutputFile() method is no longer available, and you get the following ...
Read more >
GenerateApplicationManifest.FileAssociations Property
Gets or sets a list of one or more file type that are associated with the ClickOnce deployment manifest. File associations only valid...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found