Has anyone else run into the build error:
Error:(127, 21) No resource found that matches the given name: attr 'android:windowSwipeToDismiss'.
When building the new wear project? I'm past the setup instructions http://developer.android.com/preview/google-play-services-wear.html and have the new play services sdks installed, but I feel like I'm missing something or have a wrong dependency but can't track it down.
the error occurs in values.xml
<style name="Theme.Wearable.Modal">
<item name="android:windowSwipeToDismiss">false</item>
</style>
I'm creating a new project and have even tried to delete and create another new project.
Thanks!
This theme attribute is newly defined in Android API Level 20. Be sure you're targeting android-20 or higher.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With