Help me out here… I don’t know what I’m missing. I am using Visual Code. I got to a place where I wanted to detach. I detach and open the android folder in Android Studio. I build a signed release APK and install it on my phone. Everything works fine. Now what? What’s the best practice to make new changes?
I want to keep using Visual Code to code. I use exp publish --clear to upload a new bundle but I am not seeing my changes when I build an apk in Android Studio (pointed to the directory that I’m modifying in Visual Code).
I have even deleted my android directory and detached again after making changes. I build the signed apk and install it on my phone and I still do not see any of my changes.