skip to Main Content

Android Studio – Different errors with Gradle each time I tried most, common: ':app:processDebugManifest' (type 'ProcessMultiApkApplicationManifest')

A lot of errors building the gradle: Gradle Scripts build.gradle(Project:): plugins { id 'com.android.application' } android { compileSdkVersion 31 buildToolsVersion "30.0.3" defaultConfig { applicationId "com.example.prototype" minSdkVersion 23 targetSdkVersion 31 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" proguardFiles } buildTypes { release…

VIEW QUESTION

Android Studio – Getting error : Manifest merger failed with multiple errors

I'm just creating a simple scratch card app. But while launching, I got these errors, Task :app:processDebugMainManifest FAILED [com.android.support:animated-vector-drawable:28.0.0] C:UsersSibam.gradlecachestransforms-2files-2.1e9624393a49dd94b2ca40a9ffdf35a3eanimated-vector-drawable-28.0.0AndroidManifest.xml Warning: Package name 'android.support.graphics.drawable' used in: com.android.support:animated-vector-drawable:28.0.0, com.android.support:support-vector-drawable:28.0.0. [androidx.versionedparcelable:versionedparcelable:1.1.1] C:UsersSibam.gradlecachestransforms-2files-2.19c1a19876166723a3f4a522f5e580c9eversionedparcelable-1.1.1AndroidManifest.xml Warning: Package name 'androidx.versionedparcelable' used in: androidx.versionedparcelable:versionedparcelable:1.1.1, com.android.support:versionedparcelable:28.0.0. D:LuteraaScratchCardappsrcmainAndroidManifest.xml:24:18-86 Error:…

VIEW QUESTION
Back To Top
Search