Комментарии:
I'm getting Flutter: command not found when i try to complete the last step i.e flutter build apk --release
Ответить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 ?
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?
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.
Ответить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.
this editor theme?
ОтветитьThis is the best video ever.
ОтветитьThanks, you helped me a lot!
ОтветитьIf I am creating the app only for PlayStore, do I need to create flavours? My app is completely static.
Ответить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?
I am getting this error "Keystore file not set for signing config release". How do I fix it?
ОтветитьGood tutorial but try speaking slower so others can follow :D
ОтветитьGreat video! ty
please what is the name of vs code theme used here ?
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!
Very well 👌 explained
..
buildTypes {
release {
signingConfig signingConfigs.release. // .release does not work for me
}
}
sir what's the step for google signing and facebook key etc, when i build app release then facebook
login key not working
Thanks
Ответить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?
Ответитьyou change the way that i think about indians
Ответить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!
bhai pawan kumar need your help bro plz reply
ОтветитьVery helpful
Ответитьspeak a little bit slowly bro
ОтветитьHow to do in it android studio ?
ОтветитьThank you very much. You helped me a lot :)
Ответить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))
}
U r a life saver bro, thanks a lot
ОтветитьI heard an indian voice
That's where i know I'm in the right video.
Which theme are you using in vs code
Ответитьnice job
Ответитьkeytool : The term 'keytool' is not recognized as the name of a cmdlet, function, script file, .... got this error message ... need help !!!
ОтветитьFuncionou!
Obrigado, amigo
Best one 😍
ОтветитьThanks a lot 😊👍
ОтветитьGetting error of 'keytool' is not recognizer as the name of a cmdlet, function, script file, or operable program.
ОтветитьThanks a lot saved lot of trouble for me !
Ответитьthanks
Ответить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
Ответитьwhat is storePassword
Ответитьplease describe same thing for iphone app
Ответитьperfect video
Ответитьsuperb
Ответить