Crash loading WearableActivity
I am receiving a crash with the following message while migrating an AppCompatActivity to a WearableActivity. Caused by: java.lang.IllegalStateException: Could not find wearable shared library classes. Please add uses-library android:name="com.google.android.wearable" android:required="false" /> to the application manifest I was following this link for enabling ambient mode in my application: Keeping Your App Visible I have the following in my manifest and gradle respectively: <uses-library android:name="com.google.android.wearable" android:required="false" /> … minSdkVersion 22