peoplekmfk.blogg.se

Build apk flutter android studio
Build apk flutter android studio












build apk flutter android studio

Here, key.jks is the key that we need to create a signed APK.ĥ. Keytool -genkey -v -keystore c:/Users/USER_NAME/key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias key Keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

build apk flutter android studio

  • After that update same icon name in the AndroidManifest.xml file tag’s android:icon attribute like: To publish an Android application on the Play store, you must have a digital signature key.
  • Place app launcher icons in the /android/app/src/main/res/ mipmapdirectories.
  • You have to update the app l auncher in res and AndroidManifest.xml. You should change the application l auncher icon that 'll be visible on mobile.
  • minSdkVersion & targetSdkVersion: After that check the minimum API level and the target API level on which the app is designed to run on Android devices.Ģ.
  • You can update it from the root level pubspec.yaml file.
  • versionCode & versionName: Verify application version code and the version number.
  • applicationId: Verify your application package ID.
  • Now, open the adle file that is located in /android/app of your Flutter project: Once you have developed a Flutter application with all the features that you want in your application.














    Build apk flutter android studio