Problems with APK react-native

0

Hello.

When I compile the project it generates the APK in the folder (C: \ Users \ Desktop \ projects \ appTeste \ android \ app \ build \ outputs \ apk). If I get the APK and put it on a cell phone it installs right, but if I change anything in the code, recompile and generate the new APK, as long as I delete the previous APK and get the new generated, when installing on the phone it installs the APK old version of the code.

For example: I have a text written "Hello". If I get the APK and install it on my phone, it installs and displays the text "Hello." But if I change the text to "Hello again," when recompiling and picking up the new generated APK, it installs on the phone but still only shows the text "Hello", which would be from the previous version of the project.

If I use a signed APK, the direct build by Android Studio also has the same problem.

Can you help me?

    
asked by anonymous 15.06.2018 / 19:55

0 answers