Error:Execution failed for task ':app.main:preBuild'. > Could not get unknown property 'libraries' for task ':app.main:processDebugManifest' of type com.android.build.gradle.tasks.MergeManifests.
See original GitHub issue- 我已阅读并理解 贡献指南,严格遵循其约定。
错误报告
你做了什么?
教程第二步,创建一个moddle
你期望的结果是什么?
创建成功
实际结果是什么?
Error:Execution failed for task ‘:app.main:preBuild’.
Could not get unknown property ‘libraries’ for task ‘:app.main:processDebugManifest’ of type com.android.build.gradle.tasks.MergeManifests.
Small环境
1.3.0-beta3
Compile-time
使用的是debian8 系统 gradle命令没反应,gradlew命令是在下载东西,但是下载了一会儿就网络错误.所以没有获取到编译信息...
Bundles
type | name | PP | file | size |
---|---|---|---|---|
host | app | |||
app | app.main | 0x77 | *_main.so (x86) | 10.9 KB |
app | app.mine | 0x16 | *_mine.so (x86) | 35.5 KB |
app | app.detail | 0x67 | *_detail.so (x86) | 6.6 KB |
app | app.home | 0x70 | *_home.so (x86) | 10.4 KB |
lib | lib.afterutils | 0x45 | *_afterutils.so (x86) | 21.2 KB |
lib | lib.analytics | 0x76 | *_analytics.so (x86) | 125.7 KB |
lib | lib.utils | 0x73 | *_utils.so (x86) | 46 KB |
lib | lib.style | 0x79 | *_style.so (x86) | 44.9 KB |
web | web.about | *_about.so (x86) | 24.3 KB |
gradle 3.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Gradle: Execution failed for task ':processDebugManifest'
Found the solution to this problem: gradle assemble -info gave me the hint that the Manifests have different SDK Versions and cannot be...
Read more >Could not get unknown property 'manifestOutputDirectory' for ...
Could not get unknown property 'manifestOutputDirectory' for task ':app:processDebugManifest' of type com.android.build.gradle.tasks.
Read more >Different Ways to fix "Execution failed for task - GeeksforGeeks
Different Ways to fix “Execution failed for task ':processDebugManifest'” in Android Studio ; Method 1: Adding a code snippet in your build.
Read more >Error: Execution failed for task ':app:processDebugManifest ...
Issue 37082850 · Error: Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 8 cannot be smaller than version ...
Read more >Gradle: Execution failed for task ':processDebugManifest ...
xml:1] Could not find element /manifest/application. ... Caused by: java.lang.RuntimeException: Manifest merging failed. See ...
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
git pull 最新的代码试试吧