1、gradle下载 https://services.gradle.org/distributions/ https://services.gradle.org/distributions/gradle-7.0.2-all.zip 2、《第一行代码》(第三版)2.2如何运行Kotlin代码 用Android Studio运行Kotlin的main函数失败 2.1、报错信息 What went wrong: Execution failed for task ‘:app:processDebugAndroidTestManifest’. > Manifest merger failed with multiple errors, see logs * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. Use ‘–warning-mode all’ to show the individual deprecation warnings. See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 4s 20 actionable tasks: 4 executed, 16 up-to-date 2.2、问题根源 Andriod Studio 2020.3.1更新晚于SDK=31即Android 12,用Android 12会失败 2.3、解决方法 Burning Wine:Andriod Studio显示Manifest merger failed with multiple errors的问题 正在做成表:Android studio 开发用kotlin编程运行报错Manifest merger failed with multiple errors, see logs***见评论区
|