Vì vậy, tôi là người mới bắt đầu sử dụng Android và Java. Tôi mới bắt đầu học. Trong khi tôi đang thử nghiệm với Intent ngày hôm nay, tôi đã gặp phải một lỗi.
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
Tôi đã tìm thấy một số giải pháp ở đây và cố gắng thực hiện chúng, nhưng nó không hoạt động.
Đây là bản dựng của tôi.
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'
}
Đây là AndroidManifest của tôi:
<?xml version="1.0" encoding="utf-8"?>
package="com.example.rohan.petadoptionthing" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name=".MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".Second"
/>
<activity android:name=".third"/>
<activity android:name=".MainActivity"/>
</application>
Đây là tuần đầu tiên của tôi với tiền mã hóa, tôi xin lỗi nếu đây là một điều thực sự ngớ ngẩn. Tôi thực sự mới với điều này và không tìm thấy nơi nào khác để hỏi. Xin lỗi nếu tôi vi phạm bất kỳ quy tắc nào