Release APK Not Updating With JavaScript Code

后端 未结 4 915
醉话见心
醉话见心 2020-12-04 17:14

My Android APK is running off the JavaScript present when I generated the first signed APK. I\'ve tried cleaning/rebuilding the project in Android Studio, I\'ve

4条回答
  •  不思量自难忘°
    2020-12-04 17:28

    if you were using EXPO and you have ejected the app, the build process still pass through EXPO's server. In order: from the project root folder publish the changes to EXPO:

    expo-cli publish
    

    then, once it is finished, from within the android root folder:

    gradle assembleDebug
    

    or

    gradle assembleRelease
    

提交回复
热议问题