Zah*_*eed 5 android android-gradle-plugin android-room
添加后
compile "android.arch.persistence.room:runtime:1.0.0-rc1"
Run Code Online (Sandbox Code Playgroud)
到我的gradle文件,我到了下面.有任何线索如何解决这个问题?我尝试添加工具:replace ="android:value"但它崩溃我的应用程序.
Error:Execution failed for task ':app:processStagingDebugManifest'.
> Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.0.2) from [com.android.support:design:26.0.2] AndroidManifest.xml:28:13-35
is also present at [com.android.support:support-core-utils:26.1.0] AndroidManifest.xml:28:13-35 value=(26.1.0).
Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:26:9-28:38 to override.
Run Code Online (Sandbox Code Playgroud)
只需使用支持库的26.1.0版.
compile 'com.android.support:support-core-utils:26.1.0'
compile 'com.android.support:design:26.1.0'
//...
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
987 次 |
| 最近记录: |