if you can't find the Generate Signed Bundle/APK button it might be because you should have opened the android folder of the project in the android studio
Thanks for sharing your knowledge sir. I wanted to know whether I should generate key myself or use google plays generated key for publishing aab file?
keytool : The term 'keytool' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. i am getting this error
My fault is "The term 'keytool' is not recognized as the name of a cmdlet, function, script file, or operable program." although I added keytool in system variables. Please help me how can add keytool to system variables. Thank you.
On Windows keytool must be run from C:\Program Files\Java\jdkx.x.x_x\bin replace the x.x.x.x with the jdk version and then copy the file generated from this path to your folder, also i used .\ before writing keytool command
@ProgrammingwithMash I followed same steps which you performed but i get only one file in my apk folder with app-release.apk. When i'm trying to install this on my phone it's showing that it's not correct it's containing 3 zips inside this apk. How can i resolve this?
Please make a video on deep linking, I mean just by clicking on a button user should render into the another app which is already exists in their mobile of if it is not exist then to the playstore
Hi. When I want to compile it gives the following error: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. react native. How can I solve this?
If your application consist of lots of library, you should not shrink the Java bytecode. You have to do more config for it. so now turn this back to false, you're good to go. def enableProguardInReleaseBuilds = false
If you have any questions about this or request tutorials in this style, be sure to leave a comment below, and thank you for liking the video. 😉
What is the key store password?? Are we supposed to already have one or we will create a new one at that moment?
mac password @@mariamikram1959
This is the Most Usefull video watch in my career
your way to teach is so simple and easy to understand.. i am waiting for next part please let me know when next part will be uploaded.
Thanks! Next session is published.
was just trying to figure this out this afternoon! excellent timing and great video
Great to hear!
Can you please make a video around how to set up the gradle project in android studio for a react native app?
You are really a hero Mash ,thank you so much for this awesome tutorial!!!
Thank you from Cambodia
if you can't find the Generate Signed Bundle/APK button it might be because you should have opened the android folder of the project in the android studio
brother I must say ,you are just a great guy.Thank you so much
Thanks for sharing your knowledge sir. I wanted to know whether I should generate key myself or use google plays generated key for publishing aab file?
Thanks You😁 Great Video
more than others, yours are much easy and accurate
Thanks , that was helpful!
Great Video, very helpful
Thank you so much
Thank you so much again!! This was helpful to me in building and releasing my first app.
ThankU so much.
keytool : The term 'keytool' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
i am getting this error
Hi, could you please help me? After build, it didn't create an apk file, but it created an .abb file in '~/build/outputs/bundle/release'
for those who got the same problem, be crfl write './gradlew assembleRelease' not './gradlew bundleRelease'
Neatly explained Hat's off.This is the kind of tutorial im looking for.thanks
Glad you liked it
Honestly the react native docs explains it in a much easier way 😉
useless comment
i cant see image asset when i right click on app folder, how do I go to from file menu
did you find asset?
Thanks a lot!!
My fault is "The term 'keytool' is not recognized as the name of a cmdlet, function, script file, or operable program." although I added keytool in system variables. Please help me how can add keytool to system variables. Thank you.
On Windows keytool must be run from C:\Program Files\Java\jdkx.x.x_x\bin
replace the x.x.x.x with the jdk version and then copy the file generated from this path to your folder, also i used .\ before writing keytool command
@ProgrammingwithMash I followed same steps which you performed but i get only one file in my apk folder with app-release.apk. When i'm trying to install this on my phone it's showing that it's not correct it's containing 3 zips inside this apk. How can i resolve this?
Please make a video on deep linking, I mean just by clicking on a button user should render into the another app which is already exists in their mobile of if it is not exist then to the playstore
OK, I noted.
In Android studio Image assests is not coming to create and circular image, any help on this ??
Thanks bro, very clear explanation...
Glad you liked it
Hi. When I want to compile it gives the following error: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. react native. How can I solve this?
how to do android studio step without android studio. (I have command line setup)
there is no andriod folder in my app how can I generate
Can i create this in spck ?
how can you generate that android folder?
Happened me too. In other video he used "npx expo prebuild" to create this folder.
but when i export apk via android studio the app is crashing
Can you share it with your friends?
عالی بود 😘
I am following you from long. And, I am facing one issue, my build is running well in debug but release build is crashing.
Same issue. Any solution?
If your application consist of lots of library, you should not shrink the Java bytecode. You have to do more config for it. so now turn this back to false, you're good to go.
def enableProguardInReleaseBuilds = false
@@ritikjain656 I solved it, I had some issue in my Login library. Try running application on Android or Xcode and check logs.
@@akaRong This solved my problem, thanks
god bless you!
Task :app:signReleaseBundle FAILED
help! 2:18 I can't figure out which folder you opened
I opened android folder from the root of project in Android Studio.
@@mashschool current app?
Yes, but you will not see this folder only if you have created the project with Expo.
top
i am trying to generate the apk but when i launch the command ./gradlew assembleRelease it freezes at 8% and exits the process
when i install apk in my phone. it keep crushing. cant open the apps. help
Same you got any solution ?
@@crush_ka_bhai i downgrade react native