Can't launch a Compose preview on a watch :disappo...
# compose-wear
l
Can't launch a Compose preview on a watch 😞 This is in AS Jellyfish Canary 10. The preview is in a shared phone/watch android library module
f
Add uses-feature on AndroidManifest XML or simply click continue each time
<uses-feature android:name="android.hardware.type.watch" />
l
I cannot do that because the shared library also runs on phones
y
As a hack could you put it in a debug manifest?
l
And a rule to remove it in the phone app? Might work blob thinking fast