Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Wear App not installed

Tags:

we release our first Wearable Application today but sadly this one isn't get installed automatically as it should.

We double checked the APK and the wearable apk is present but never hits the watch. Manually packaging the APK as suggested here http://android-developers.blogspot.de/2014/07/update-on-android-wear-paid-apps.html doesn't helped either. (We know this should only affect paid apps but just to be sure)

Is anybody else facing this issue? The app works if we install the APKs over adb.

like image 701
onigunn Avatar asked Jul 10 '14 20:07

onigunn


People also ask

How do I fix an app not installed on Android?

The Android app not installed error can be combated after resetting app permissions. Go to Settings > Apps > Reset App Preferences/Reset Application Permissions. After this, third-party software can be installed on your device.

Where is the Android Wear app?

You can find the Wear OS app in the Google Play Store.


1 Answers

  • Check your permissions. The Smartphone part needs to have all the permissions the Wear component has.
  • use the same package id for both apps (wear and mobile)
like image 152
Gabriele Mariotti Avatar answered Sep 27 '22 22:09

Gabriele Mariotti