I get the following error when I try to paste the code into the terminal : ''keytool' is not recognized as an internal or external command, operable program or batch file.' What am I doing wrong?
I had upload my app to playstore in the internal testing for 100people. Currently it is in review mode After upload google gives me download app link for testers i used that and download app but app after downloading. App is not logging via Google. At the upload time i gives the sha keys to the firestore. There are 4keys at firestore 2 upload keys & 2 debug keys. Can you tell What the problem occurred ?
hello bro how can fix this problem open this link image. ibb.co/168W6CK or i tell you this problem when i create new update for my project and upload in play store that is give me this. you need to use a different version code for your apk or android app bundle because you already have one with version code 1
Hey there Dave, @5:18 should it be minSdkVersion, not maxSdkVersion? And would it work without a SdkVersion declaration like so? Ok, correction: I read up on the .dev documentation and it is maxSdk, just sounds a little counter intuitive...
I get the following error when I try to paste the code into the terminal : ''keytool' is not recognized as an internal or external command,
operable program or batch file.'
What am I doing wrong?
hes got one for android too!!! youre the man.... lol I swear I use your videos every time I do a deploy just to be extra safe
haha same, I rewatch these ones on my deploys too
I had upload my app to playstore in the internal testing for 100people.
Currently it is in review mode
After upload google gives me download app link for testers i used that and download app but app after downloading. App is not logging via Google.
At the upload time i gives the sha keys to the firestore. There are 4keys at firestore 2 upload keys & 2 debug keys.
Can you tell What the problem occurred ?
Oh and thanks for the video. i have used it a few times
No problem 👍
thank you for guiding through the somewhat errorprone process! I also loved your video about the same for iOS.
Glad you enjoyed it!
Thank you very much ! Helpful
good job do you have a video via which your flutter app can also be uploaded to Apple App Store..
Yes, ruclips.net/video/KEkk0k4pws8/видео.html
Google signin is not working after this keystore creation in my build apk
So helpful man. Thank you
Glad to hear it!
Welcome back!!
haha good to be back!
Thank you!
Anyone can help me?
Execution failed for task ':app:compileReleaseKotlin'.
bro so i have these attribute errors in my xml file. is it important to solve them?
I also see you have some errors in your xml file.
Those always annoyed me but I think they can be ignored
Thanks a lot for this video!
Like & subscription
Thanks for the sub!
Welcome brother..
▶️
Cool. Keep it up!
Thanks, will do!
Mine says "[Storing c:\Users\USER_NAME\key.jks]
" and then error. Where does it get my user name?? PLEAAASE HELP
it doesnt seem to find my username in my c directory
You'll need to generate your keystore differently. flutter.dev/docs/deployment/android#create-a-keystore
thanksyou
No problem
Nice video
Please do a Flutter + laravel series?
thanks for the suggestion, I've never used laravel so it's extremely unlikely I'd do that. What is it you're actually trying to build?
I'm trying to build a chat app
With your videos, I'm almost done with it using firebase
But I think firebase is too costly for production
google review long time more than 2-3 days.
yes same for me
14:22
hello bro how can fix this problem
open this link image.
ibb.co/168W6CK
or i tell you this problem when i create new update for my project and upload in play store that is give me this.
you need to use a different version code for your apk or android app bundle because you already have one with version code 1
Hey there Dave, @5:18 should it be minSdkVersion, not maxSdkVersion?
And would it work without a SdkVersion declaration like so?
Ok, correction: I read up on the .dev documentation and it is maxSdk, just sounds a little counter intuitive...
yes, you do not need to set the maxSDK `` will be enough.