Recently, I was working on flutter and cited Aurora push manufacturers. I encountered {get manifestoutputdirectory error when packaging
Version: Android studio 4.1; Gradle 6.7
Solution:
Modify
classpath 'com.android.tools.build:gradle:4.1.0'
to
classpath 'com.android.tools.build:gradle:4.0.2'
Read More:
- [Solved] Android Studio Start Error: Missing essential plugin: org.jetbrains.android Please reinstall Android
- Android studio version 3.0 import version 2.2.2 error Error:This Gradle plugin requires Studio 3.0 minimum
- Flutter android studio runs gradle build error: Could not resolve all artifacts for configuration’:classpath’.
- [Solved] Android Studio Compile Error: Could not determine java version from ‘11.0.8‘.
- Android Studio: Gradle project sync failed [How to Solve]
- [Solved] Windows Android Studio Cannot Start Error: Internal error. Please refer to https://code.google.com/p/android/issue
- Android studio Error:Execution failed for task ‘: app:transformResourcesWithMergeJavaResForDebug ‘
- [Solved] Failed to apply plugin appears when Android studio imports a project
- Android Studio Error: String index out of range 0 [How to Solve]
- [Solved] Android-android studio apk Install Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
- Android Studio error: unrecognized Attribute name MODULE
- Android studio configurate intent-filter and compile error [Solved]
- [Solved] Android Studio Error: Use of undeclared identifier ‘cv‘
- [Solved] Android Studio Error: ERROR: Cause: executing external native build for cmake
- [Solved] Android Studio Compile Error: Invalid main APK outputs : EarlySyncBuildOutput
- Android Studio compile error: build tools is corrupt [Solved]
- [Solved] Android Studio Error:SDK location not found.
- Android studio does not prompt error messages [How to Solve]
- [Solved] Android Studio Compile Error: Execution failed for task ‘:APP_MIDI:lintVitalRelease‘.
- Android studio reports an error when running the main() method