'Android Studio creating old version of application
When am creating build using android studio getting old version of application all the time. For get rid out of this I deleted build folder and inside assets index.android.bundle, but still getting older version of build.
I also tried:
- Restarting Android Studio
- Restarting PC
- Restarting Device
- Sync Project
- Rebuild Project
Solution 1:[1]
Try uninstall app from device and pre-generate a new bundle before starts the android studio build
$ react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Yan Brito |
