stevemessick

Results 172 comments of stevemessick

> I was able to open the tool window, however it closes itself right after it opens. Probably some internal code is closing it. It could be a timing issue....

It looks like your code is missing a few import statements. Does the behavior change after the code is fixed?

Are you no longer getting this error when running in the debugger? ```java java.lang.NoClassDefFoundError: com/android/tools/idea/emulator/EmulatorSettings ``` I still do. Very puzzling. I patched in your changes and built the plugin....

I can reproduce that problem. I also tried another IntelliJ version, and got the same result. Now, I think I understand what the problem is. We have a conditional dependency...

Adding that dependency works. I can run the IDE in the debugger, launch an emulator, and the emulator tool window appears but is immediately closed. After opening it, the embedded...

I think your current behavior is fine since this only happens in IntelliJ and 90%+ of our users use Android Studio. One person suggested adding a one-time balloon pointing out...

No need to wait. It will fail.

@pedromassango Oops! I forgot to ask you to add your "name" to our `AUTHORS` file. Could you create a new PR to do that? It's nice to get credit for...

Nope! It is going to fail anyway. On Wed, Aug 24, 2022 at 4:40 PM Pedro Massango ***@***.***> wrote: > Do you need me to commit this? > > I...