Relative Content

Tag Archive for androidandroid-studio

No more “Event Log” window in “Android Studio” Koala for Mac

I’m new with “Android Studio” Koala and I’m not finding the “Event Log” window I was used to. It should have an item “Event Log” in the View / Tool Windows menu somewhere under the “Device Manager” item, but no “Event Log” item. Is it a configuration problem? So how can I fix it? Below a screen capture of my View / Tool Windows

How to update an Android app in Android Studio with a zip copy that been fixed on another machine

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.