flutter build apk --release --target-platform android-arm64
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/3cfc7399-5658-4b0e-9bde-f5345259139f%40googlegroups.com.
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.boffincoders.***********"
minSdkVersion 21
targetSdkVersion 28
versionCode 5
versionName "1.4.2"
ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64' //Add this line
testInstrumentationRunner "android.test.runner.AndroidJUnitRunner"
}
flutter build appbundle --release --target-platform=android-arm64