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.

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:open
  • Created 6 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
galenlincommented, Nov 23, 2017

git pull 最新的代码试试吧

0reactions
ZhangKuixuncommented, Sep 21, 2019

@AndroidHensen @podinns Android Gradle Plugin 先改成 2.3.0 3.0 的适配中,即将支持,见 #557 请问适配好了吗?

Read more comments on GitHub >

github_iconTop 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 >

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