Hello, is there any way how I can package a native service into a native watch face?
When I use multi package, the watch face cannot be set. I do not receive any error in logs, when I set a breakpoint to the beginning of the main function in watch face, it never reached that breakpoint, so the watch face is not getting started at all.
When I removed the service from the package, it works well. I also tried it with freshly created, empty service, and my service is tested with other native app where everything works like it should, so there is probably no problem in the service, nor the watch face.
I have every privilege I need.
I am getting really frustrated developing on this platform, the IDE is awful and slow as hell, I have to restart emulators or even physical devices too often...