Join Slack
Powered by
Can't launch a Compose preview on a watch :disappo...
# compose-wear
l
louiscad
02/20/2024, 12:22 AM
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
Flyfish233
02/20/2024, 2:39 AM
Add
uses-feature
on AndroidManifest XML or simply click continue each time
<uses-feature android:name="android.hardware.type.watch" />
l
louiscad
02/20/2024, 3:22 AM
I cannot do that because the shared library also runs on phones
y
yschimke
02/20/2024, 8:25 AM
As a hack could you put it in a debug manifest?
l
louiscad
02/20/2024, 9:13 AM
And a rule to remove it in the phone app? Might work
blob thinking fast
Open in Slack
Previous
Next