I made a zip copy of my app in Android Studio and sent it to someone to help debug a problem with it running in SDK 33 on newer phones. They fixed the issue and sent me back a copy in an zip file. My question is, Within Android Studio, how do I install his fixed version to run on my computer where the original files reside, so I can test it locally and then uploaded it to the play store. I tried by creating a new folder on my computer and unzipping there, but when I open it using Android Studio, I don’t get the option to select a device to run it on.
I simply want to replace my broken code with his fixed code and run it, I’m a rookie at this, any help is appreciated.