Create React Native Android Release Build On MacOS | React Native Course #21

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Yo! In this video we'll learn how to create an android bundle release. I tried to make it as simple as I possibly could haha hope you enjoy! :D
    For windows do all the same steps except to generate the keystore is a bit different, On Windows keytool must be run from C:\Program Files\Java\jdkx.x.x_x\bin, as administrator.
    first code: sudo keytool -genkey -v -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000
    second code:
    MYAPP_UPLOAD_STORE_FILE=my-upload-key.keystore
    MYAPP_UPLOAD_KEY_ALIAS=my-key-alias
    MYAPP_UPLOAD_STORE_PASSWORD=*****
    MYAPP_UPLOAD_KEY_PASSWORD=*****
    LINKS: linktr.ee/arsl...
    Please don't forget Like, Comment and Subscribe if you're new! Support the channel 😁: www.paypal.com...

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

  • @wildlifebypk
    @wildlifebypk 5 หลายเดือนก่อน +1

    thanks for quick tute without nonsense

    • @arslan99
      @arslan99  5 หลายเดือนก่อน

      You're welcome

  • @5thsurvivor350
    @5thsurvivor350 ปีที่แล้ว +1

    Super excited for this 1 man. Considering submitting my crypto app for Google play lol. 🤣

    • @arslan99
      @arslan99  ปีที่แล้ว

      Hahaha bet you can convert your app to react native and make you're first app 👀

  • @user-ku3xo9pj1s
    @user-ku3xo9pj1s 9 หลายเดือนก่อน +1

    Thanks, Perfect and clear

    • @arslan99
      @arslan99  9 หลายเดือนก่อน

      Np

  • @sreenivasreddykick4503
    @sreenivasreddykick4503 5 หลายเดือนก่อน

    do i need to replace store file path?
    in app build.gradle

  • @creativestarjsp
    @creativestarjsp 7 หลายเดือนก่อน

    what about apk procedure?