更新到gradle 2.3.0并构建工具版本25.0.0后,清单合并失败

时间:2017-03-03 22:53:06

标签: android android-gradle android-manifest

更新到gradle 2.3.0并构建工具版本25.0.0后,清单合并失败

自从android studio上次更新以来我有这个错误请帮忙

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs

Missing 'name' key attribute on element uses-permission at AndroidManifest.xml:4:5-79

(并在所有权限中)

在应用程序标签中,由于找不到字符串和样式文件,因此标签和主题未被标记(红色)

<application
    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:supportsRtl="true"
    android:theme="@style/AppTheme">

0 个答案:

没有答案