java - Android Studio generating stub for a class not included in the Android Wear Support Library -


i'm not sure if i'm going crazy or what, android studio 0.8.0 generates mobile + wear app, subclasses watchactivity mainactivity of watch itself. fine , dandy, class not exist.

what developers supposed do? ones available, according javadocs, android.support.wearable.activity.insetactivity , android.support.wearable.activity.confirmationactivity.

auto-generated activity template has been changed in android studio 0.8.1. watchactivity has been removed , activity class extends activity. try update android studio , recreate app again.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -