Problem
I have just finished making a few changes in my React Native app and on the android emulator when reloading ( R, R) then changes appear.
I then ran the command:
./gradlew assembleDebug
to generate a debug apk.
When I run it on the phone then changes aren't there, it still is an old version.
I have tried:
Deleting the apk in:
./app/build/outputs/apkDeleting the whole:
./app/builddirectoryTried the command:
./gradlew cleanBuildCacheRebooting after cleaning the cache (3) and deleting the
builddirectory (2)Tried the command:
gradlew clean
However I still get an old version of the apk generated each time.