https://kotlinlang.org logo
Title
y

yschimke

05/15/2023, 9:10 AM
The wear-os-samples now demonstrate running the Wear 4 emulator (API 33) via Gradle Managed Devices in Github. Mostly this CL https://github.com/android/wear-os-samples/commit/12f0c378d6115e08fff453bef017b03c129f0d3a It requires a non stable AGP, so won't suit everyone.
If you are using ReactiveCircus, this is an example PR https://github.com/google/horologist/pull/1274/files
- name: Run tests
        uses: reactivecircus/android-emulator-runner@v2
        with:
          api-level: 33
          target: android-wear
          profile: wearos_large_round
          channel: beta
          arch: x86_64
f

florent

05/15/2023, 12:18 PM
What does sdkchannel=3 means?
y

yschimke

05/15/2023, 1:51 PM
From sdkmanager
--channel=<channelId>: Include packages in channels up to <channelId>. Common channels are: 0 (Stable), 1 (Beta), 2 (Dev), and 3 (Canary).
I guess it should be 1, but canary picks up beta also
a

Alex Vanyo

05/15/2023, 3:58 PM
straight to the bleeding edge