Is the upgrade to SDK #26 necessary on WearOS ?
See original GitHub issueGreetings, I own some older WearOS based smartwatches.
Is the switch to SDK 26 necessary or could you still get everything to work with SDK 25?
I have a Huawei Watch gen 1 codename sturgeon, two Moto360 gen 2 codename carp/smelt, a ASUS ZenWatch 2 codename wren/sparrow and a special watch named LG Watch W7 is on the wishlist.
All of my and many other watches based on eg the Snapdragon wear 400 are incompatible with the latest 2022.8.0 update since they only run Android 7.1.1
I would love if you all could still support these great bang for the buck smartwatches
I consider this more as a feature request then a bug report
Have a nice day 👋🇩🇪
root@test:~# adb push home-assistant-wear-2022.8.0.apk /sdcard/app.apk && adb shell pm install /sdcard/app.apk
AsteroidOS/home-assistant-wear-2022.8.0.apk: 1 file pushed. 3.7 MB/s (14874341 bytes in 3.793s)
Failure [INSTALL_FAILED_OLDER_SDK: Failed parse during installPackageLI: /data/app/vmdl827038902.tmp/base.apk (at Binary XML file line #7): Requires newer sdk version #26 (current version is #25)]
Issue Analytics
- State:
- Created a year ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Upgrade to the latest version of Wear OS - Android Developers
This guide describes the upgrade process for Wear OS. ... There is no version of Wear OS for Android 10 (API Level 29),...
Read more >API Levels | Android versions, SDK/API levels, version codes ...
Version SDK / API level Version code Codename Cumulative usage Year
Android 13 Level 33 TIRAMISU Tiramisu 2.0% 2022
Android 12 Level 32 Android 12L...
Read more >Wear OS - Wikipedia
Wear OS is a version of Google's Android operating system designed for smartwatches and other wearables. By pairing with mobile phones running Android ......
Read more >What's new in Google System Updates
[Phone] Automatically archive apps when you need more storage space while preserving ... [3] Available through Google Play Store v33.5 updated on 12/05/2022...
Read more >Updating your games for modern Android
Install the Android 8.0 Oreo SDK (API level 26) via Android Studio ... the Google Play Services SDK in your game will need...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You could just use older versions of the app, they will still work. If you want to enjoy new features then you’ll need to upgrade the device. It does not make sense to support multiple versions of the app. The app is open source so you can always modify a fork if you want.
Thanks!