Restarted my old Macbook pro to play with compose ...
# compose-wear
t
Restarted my old Macbook pro to play with compose wear during holidays and with EE A 9 75% of the time when I start the app there’s a dialog with Process wear is running Do you want to kill the process. And even checking don’t ask again does nothing and it comes back.
j
I don't know how old your macbook is. Android Studio is fairly heavy on resources with a lot time spent in gradle builds. Wear Compose uses the same tools and performs identically to Mobile Compose. If there is something you are seeing that is Wear Compose specific let us know.
t
The dialog says the process is named 'Wear' that's why I posted here. Never see such dialog on Windows and normal compose apps.
It's a maxed MBP from 2015 it works ok for such small apps.
m
I believe in this case “wear” refers to the name of your Run Configuration. What the dialog is telling you is that you have an instance of your app running on the emulator/device and if you start again this will kill the old instance. If it doesn’t remember your choice when you ask it, please file a bug through Android Studio’s “Submit Feedback” menu item (under Help).
t
Makes sense will check with proper install in case it's side effect of jetbrains toolbox to install EE.
Thanks