android studio有错误,清单合并失败,Android Studio中出现多个错误
因此,我是Android和Java的初學者。我剛剛開始學習。今天我在嘗試Intent時,發生了一個錯誤。
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
我在這里找到了一些解決方案,并嘗試實現它們,但是沒有用。
這是我的build.gradle:
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
defaultConfig {
applicationId "com.example.rohan.petadoptionthing"
minSdkVersion 10
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.0'
}
這是我的AndroidManifest:
package="com.example.rohan.petadoptionthing" >
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:name=".MainActivity"
android:label="@string/app_name" >
/>
這是我編碼的第一周,如果這真的很傻,我感到抱歉。我真的很陌生,沒有找到其他要問的地方。對不起,如果我違反任何規定
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的android studio有错误,清单合并失败,Android Studio中出现多个错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 河北省高校计算机大赛,河北省教育厅关于举
- 下一篇: android sina oauth2.