我正在尝试将火基添加到我的颤振项目中。我收到此错误:
uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [com.google.firebase:firebase-analytics-ktx:20.0.1] /home/sonu/.gradle/caches/transforms-2/files-2.1/798243125f1f7594aa48e9bc333d339c/jetified-firebase-analytics-ktx-20.0.1/AndroidManifest.xml as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project's minSdk version to at least 19,
or use tools:overrideLibrary="com.google.firebase.analytics.ktx" to force usage (may lead to runtime failures)
我最近将我的flutter更新到verison 2.8.1,我试图更改我的minSdk,但没有成功。
这是完整的日志:
[enter image description here][1]
请有人帮我解决这个问题。
您需要在./android/app/build中更新您的最低SDK。梯度示例:
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.projectname"
minSdkVersion 19 //*** This is the part that needs to be changed, previously was 16
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
机器人-
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.flutter_calismalari"
minSdkVersion 21
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
将minSdkVersion从16设置为21
我正在创建一个简单的游戏在颤动,飞镖和火焰,我的火焰是更新的版本与颤动相同, 我的pubspec.yaml 我的主飞镖 langaw-game.dart 我按照这个文档在youtube https://www.youtube.com/watch?v=N4LFV9_fLAo
错误:任务“app:processDebugManifest”的执行失败。 清单合并失败:uses-sdk:minSdkVersion 7不能小于库中声明的版本14[com . Android . support:app compat-V7:26 . 0 . 0-alpha 1]E:\ WorkSpace \ and studio \ Test1 \ app \ build \ intermedi
日文原版由Ruby作者matz提供;最初的英文版由GOTO Kentaro和Julian Fondren翻译;Mark Slagell进行了深入的英文翻译和整理排版;中文版由oasis_me(cai@pardan.org)翻译,由huzheng(huzheng_001@163.com)整理,校对,并于2003年1月22日发布。
生成我的应用时产生以下错误 错误:任务执行失败:应用程序:processDebugManifest。 清单合并失败:使用sdk:MinSDK版本15不能不同于库C:\Users\Sybren PC\AndroidStudio项目\Tutorial\app\build\intermediates\Breaked aar\com.android.support\appcompat-v7\21.0.0-