Android Configuration
Android Configuration:
Change the minimum Android SDK version to 21 (or higher) in your
android/app/build.gradlefile.
minSdkVersion 21In
android/app/build.gradle, add the following setting inandroidblock.
aaptOptions {
noCompress 'tflite'
noCompress 'lite'
}Add model and label files in the assets folder, also add them in
pubspec.yaml
Comments
Post a Comment