Emulator appearing offline on M1 Mac after the last update of arm64-v8a
8
3
Yesterday the emulator was working perfectly. The system image was arm64-v8a. I don't exactly remember the Release name of the working system image but, yesterday there was an update for the ARM 64 system image which I accepted and the release name is "S". I can start the emulator from my AVD Manager, the emulator also starts when I press the 'Run app' button however, the app isn't loaded on the emulator and the emulator appears offline if I check through "adb devices" or if I click on "Troubleshoot Device connections" it shows: "emulator-5554 - Device is currently in the offline state" I have tried most of the suggestions found on StackOverflow like: adb kill-server, adb start-server Remove and re-creat...