Flutter: Prepare App For Release | App Signing | Create JKS | 1.4

Flutter: Prepare App For Release | App Signing | Create JKS | 1.4

Codepur

6 лет назад

97,143 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@javaclass8379
@javaclass8379 - 06.05.2022 12:26

perfect video

Ответить
@BappaSaikh
@BappaSaikh - 01.06.2021 13:18

please describe same thing for iphone app

Ответить
@ziaulhaquemansuri8515
@ziaulhaquemansuri8515 - 28.05.2021 20:29

what is storePassword

Ответить
@khanmohammedaamir8900
@khanmohammedaamir8900 - 24.03.2021 15:16

For me it's giving me error "No signature of method" on giving command "flutter build apk" . Can anyone help me how to remove the error

Ответить
@BangNguyen-bb6kl
@BangNguyen-bb6kl - 18.03.2021 06:33

thanks

Ответить
@makulakrishna9285
@makulakrishna9285 - 23.02.2021 09:29

Thanks a lot saved lot of trouble for me !

Ответить
@praveenanto235
@praveenanto235 - 12.02.2021 12:23

Getting error of 'keytool' is not recognizer as the name of a cmdlet, function, script file, or operable program.

Ответить
@rudain4064
@rudain4064 - 29.01.2021 23:53

Thanks a lot 😊👍

Ответить
@naveen3046
@naveen3046 - 14.12.2020 21:00

Best one 😍

Ответить
@leonardofreitas1253
@leonardofreitas1253 - 14.12.2020 17:50

Funcionou!
Obrigado, amigo

Ответить
@WebPhix
@WebPhix - 08.12.2020 12:40

keytool : The term 'keytool' is not recognized as the name of a cmdlet, function, script file, .... got this error message ... need help !!!

Ответить
@hani2881
@hani2881 - 02.12.2020 23:53

nice job

Ответить
@prateekdubey5586
@prateekdubey5586 - 21.11.2020 17:00

Which theme are you using in vs code

Ответить
@Accelerate3233
@Accelerate3233 - 21.11.2020 12:15

I heard an indian voice
That's where i know I'm in the right video.

Ответить
@vivekdinesh3756
@vivekdinesh3756 - 27.09.2020 14:47

U r a life saver bro, thanks a lot

Ответить
@sudesh.kumara
@sudesh.kumara - 25.08.2020 08:13

Use the code below to load the key properties.

def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}

Ответить
@modmindlab1988
@modmindlab1988 - 22.08.2020 01:13

Thank you very much. You helped me a lot :)

Ответить
@search_me_tilak
@search_me_tilak - 13.08.2020 22:35

How to do in it android studio ?

Ответить
@alperborabay2423
@alperborabay2423 - 10.08.2020 23:42

speak a little bit slowly bro

Ответить
@pawanpoojary2296
@pawanpoojary2296 - 29.07.2020 22:01

Very helpful

Ответить
@digitaljaihind6361
@digitaljaihind6361 - 29.07.2020 16:26

bhai pawan kumar need your help bro plz reply

Ответить
@bestrazer
@bestrazer - 21.07.2020 20:23

Can you help me? I've got this error message: "* What went wrong:
A problem occurred evaluating project ':app'.
> java.lang.NullPointerException (no error message) "
Pls help!

Ответить
@ma3loumatouka699
@ma3loumatouka699 - 14.07.2020 19:23

you change the way that i think about indians

Ответить
@muskansharma4582
@muskansharma4582 - 03.07.2020 20:25

firebase auth is not working in release apk, how can we update sha 1 key in firestore and where can we find the new signed one?

Ответить
@zohaibhamdule
@zohaibhamdule - 22.06.2020 12:43

Thanks

Ответить
@dontgiveup7301
@dontgiveup7301 - 17.06.2020 17:29

sir what's the step for google signing and facebook key etc, when i build app release then facebook
login key not working

Ответить
@inamurrahman4212
@inamurrahman4212 - 05.06.2020 15:48

buildTypes {
release {
signingConfig signingConfigs.release. // .release does not work for me
}
}

Ответить
@madhusudanannair4359
@madhusudanannair4359 - 19.05.2020 16:58

Very well 👌 explained
..

Ответить
@bennguyen1313
@bennguyen1313 - 17.05.2020 23:05

Is the signing only necessary if you want to put on Google Play? Or are there other advantages? i.e. If you don't do it, and just copy the apk, the device will need to be set to trust unsigned apps and give lots of scary warnings?



BTW, the only "build.gradle" file I can see is in android\app (not android\app\src).. is that correct? Is there a way to modify the build.gradle or the android\app\src\AndroidManifest.xml files such that the apk can be transferred to the phone directly (without manually copying the apk)?


I can Start Debugging, but it always displays a Virtual device, not the actual device that I'm connected to via USB!

Ответить
@meraghniabdennour5448
@meraghniabdennour5448 - 16.05.2020 19:03

Great video! ty
please what is the name of vs code theme used here ?

Ответить
@DeeJayFuego
@DeeJayFuego - 05.05.2020 19:11

Good tutorial but try speaking slower so others can follow :D

Ответить
@remanbala7532
@remanbala7532 - 07.04.2020 15:40

I am getting this error "Keystore file not set for signing config release". How do I fix it?

Ответить
@parthpatel309
@parthpatel309 - 27.03.2020 18:26

I built apk but when I use app-release.apk file and install in my phone it is continuously crashing.
Please suggest what should i do?

Ответить
@marufhassan634
@marufhassan634 - 15.03.2020 06:37

If I am creating the app only for PlayStore, do I need to create flavours? My app is completely static.

Ответить
@darugna
@darugna - 03.02.2020 00:03

Thanks, you helped me a lot!

Ответить
@adicengic846
@adicengic846 - 29.01.2020 18:37

This is the best video ever.

Ответить
@AbhishekKumar-oq5xe
@AbhishekKumar-oq5xe - 11.01.2020 22:04

this editor theme?

Ответить
@bhanukaisuru2618
@bhanukaisuru2618 - 04.01.2020 15:43

it's generating self-signed certificate

Ответить
@sezzed5663
@sezzed5663 - 28.12.2019 03:37

You can also use the key generated in this video for creating SHA1 and SHA256 (required by Firebase for google sign in , etc). Open the terminal and type:

keytool -list -v -keystore keystore_location -alias alias_name

Simply replace "keystore_location" with the location address of the key.jks on your computer and then replace "alias_name" with the alias you have selected for the key. for example in this video it's Wallfy.

Ответить
@freeguy2418
@freeguy2418 - 26.12.2019 16:46

Hey ... I signed my app and it crashes insanely while the debug version of the same app works perfectly... can you figure out where could be the problem happened..?. I searched the whole internet and replaced every file to get rid of it. But it still crashes after signing. But when i release an apk(in release version) without signing it works perfectly. If you undergone it , please help me to rectify it.

Ответить
@charanpreetsingh5449
@charanpreetsingh5449 - 09.12.2019 02:28

Getting an error when I run the command "flutter build app --release" which is "unexpected element <uses-permission> found in <manifest><application>" It' s come from "debug/processDebugManifest/merged/AndroidManifest.xml:55:" file path..

How to solve it?

Ответить
@tsvillain
@tsvillain - 30.10.2019 16:58

Hey I implemented banner ad on my app it's work fine while in debug mode but as soon as i had signed the apk for release on playstore it's stopped showing ads there is nothing just an empty space and it's more than 3 days still the problem is there.
Do you have any idea ?

Ответить
@shanujoshi1937
@shanujoshi1937 - 27.08.2019 22:30

I'm getting Flutter: command not found when i try to complete the last step i.e flutter build apk --release

Ответить