You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a new NativeScript project, nativescript-wear-os produces the error Unable to apply changes on device: emulator-5554. Error is: The new package uses a shared library that is not available..
Reproduction steps
ns create
ns plugin add nativescript-wear-os
Update app.gradle minSdkVersion to 26 (avoids build error)
Note that it's not necessary to actually use nativescript-wear-os. Just adding it causes builds to fail. It may be missing com.github.bradmartin:SmartWearOs but I couldn't find a work around.
The text was updated successfully, but these errors were encountered:
Same issue here, wish I knew about this before upgrading nativescript.
To add details: I can still deploy to wear os. But I'm trying to get my app to run on phones as well, and going back to phones is when I see this error.
As a side effect this allowed me to depend on com.google.android.gms:play-services-wearable:17.1.0 in my app, when the previous configuration forced me to use 17.0.0.
Problem
On a new NativeScript project, nativescript-wear-os produces the error
Unable to apply changes on device: emulator-5554. Error is: The new package uses a shared library that is not available..
Reproduction steps
or clone https://gitlab.com/bufke/nativescript-wear-os-7-bug
Note that it's not necessary to actually use nativescript-wear-os. Just adding it causes builds to fail. It may be missing
com.github.bradmartin:SmartWearOs
but I couldn't find a work around.The text was updated successfully, but these errors were encountered: