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
Back To Top
Search