Build and Release apk in Flutter with keystore file | key.jks in Android studio.

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • #build_and_release_apk_in_flutter #flutter_with_keystore_file #key.jks_in_android_studio
    How to set the #flutter_Keystore file and #release_APK?
    This video is about how to set and config the Keystore file(key.jks file) in your flutter project to build and release apk in android studio. Do the same to release the app bundle for your flutter project. To test the working of your app, we need apk.release to get the released apk we need the Keystore file to generate the signed apk or app bundle.
    Subscribe here: bit.ly/2C48xPi
    Followed steps:
    flutter.dev/do...
    To set a New App Icon:
    • How to change or set t...
    If the image asset option is missed:
    • Find the missed Image ...
    The main focus of our channel is to educate, more about the android studio, and to clear the errors you face.
    Like and subscribe to our channel, if you find this tutorial to be useful.

ความคิดเห็น • 25

  • @codergarage4923
    @codergarage4923  4 ปีที่แล้ว

    *Subscribe to our channel here* : bit.ly/2C48xPi

    • @finnjavier8509
      @finnjavier8509 3 ปีที่แล้ว

      A tip: watch movies on KaldroStream. Me and my gf have been using them for watching loads of movies lately.

    • @jonahtravis5257
      @jonahtravis5257 3 ปีที่แล้ว

      @Finn Javier Yup, have been using kaldroStream for months myself :D

  • @mohdaamir5979
    @mohdaamir5979 4 ปีที่แล้ว +9

    IF keystool still is not recognised , you need to go to that certain directory and run the code there.
    you can do it by executing " cd\" first
    then type that directory , keep it until bin only, delete \java at end
    keytool would be recognised now.
    Welcome.

    • @lokezinck9185
      @lokezinck9185 3 ปีที่แล้ว

      Thank you soo much. It safe me😄😄🌈🌈

    • @natnaelalemayehu9112
      @natnaelalemayehu9112 3 ปีที่แล้ว

      Thanks mate. Saved me

    • @darksoulsong
      @darksoulsong 3 ปีที่แล้ว

      In my case, I had to remove "/java" from the end of the path.

  • @kshitijdesai2402
    @kshitijdesai2402 3 ปีที่แล้ว +3

    1.If keytool is not recognized
    go to the file C:\Program Files\Android\Android Studio\jre\bin and then press shift and right click
    open powershell window here
    then type the keytool line
    2.If you are getting gradle exception replace it with FileNotFoundException()
    3.If you are getting app:lintvitalrelease error then go to build.gradle within android{}
    add this :-
    lintOptions {
    checkReleaseBuilds false

    }
    4.To install apk use flutter install
    it works!!
    cheers

  • @sankarayachitula4328
    @sankarayachitula4328 3 ปีที่แล้ว +2

    Luv u bro, u saved me from my lunatic manager

  • @ShafqatNadeem
    @ShafqatNadeem 4 ปีที่แล้ว +1

    Thank you so much for saving my life.

  • @ninjaasmoke
    @ninjaasmoke 3 ปีที่แล้ว +1

    Hey this builds the apk with signing config in debug mode, which we can't upload to play store. Can u show us how to build with release mode

  • @kalharawimukthi2874
    @kalharawimukthi2874 4 ปีที่แล้ว

    thank you for the video

  • @trueToastedCode
    @trueToastedCode 3 ปีที่แล้ว +1

    the keystore location sown in the video is bullshit. Need to place it into app folder and only give name

  • @jaganraj4814
    @jaganraj4814 3 ปีที่แล้ว

    i have ran into issues when building apk so i put drive letter C: infront of storefile and the issue is resolved .

  • @sounsavdan1033
    @sounsavdan1033 2 ปีที่แล้ว

    it's say keytool is not reconize in system. Any help ? plss

  • @loveworksnoevil
    @loveworksnoevil 3 ปีที่แล้ว

    Any way to build a keystore on phone?

  • @rawquesh
    @rawquesh 4 ปีที่แล้ว

    hey bro please can you help me i did everything what you did but im getting this error [keytool: command not found ] can you please help me

    • @rawquesh
      @rawquesh 4 ปีที่แล้ว

      and i also ran flutter doctor and im using vc code

    • @codergarage4923
      @codergarage4923  4 ปีที่แล้ว +1

      set the correct path of your JDK in Environment Variables

    • @anmolgairola
      @anmolgairola 3 ปีที่แล้ว

      You can go to the address where your java is stored, run your command prompt there and then run the command.