'Manifest Tasks does not support the manifestOutputFile property any more'
See original GitHub issueImporting 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:
- Created 5 years ago
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Gradle need to be updated. Please update gradle to 4.6 then project will work
First I updated Android studio via ‘Help > Check for Updates’.
After that I set the Gradle Version to 4.6 like this.