Android wear app not installing for samsung phones - wear-os

I have developed an android wear app. I have created signed app from android studio. Everything works fine when I use Huawei watch and LG/ Nexus/ Xiaomi phones. The apk when installed on phone automatically installs on watch.
However when I am using samsung galaxy s7 with samsung gear its not working.
Watch app does not get installed.

Related

Xamarin.android app only opens directly from play store

In my xamarin.forms android app I am facing a strange issue. I published my app on playstore and in certain devices , when we download the app and open directly from playstore, it will navigate to Mainpage and work as intented. But when we open the app from phones launcher a white screen will show after splashpage and will stuck at there.If we get back to playstore and open the installed app from there , it works. I noticed this issue in all VIVO phones and some samsung devices(these are the only ones I have currently access). But in my huawei honor 8X no issue .
What will be the cause of this problem?
My release configuration.
Enable Multi-Dex -- True
Android Package format -- apk
Dex compiler -- dx
Code shrinker -- None
Linking -- Sdk Assemblies Only
Supported architecture -- armeabi-v7 , arm64-v8a
Minimum android version -- Android 7.0
Target android Version -- Android 9.0

Android app not compatible for Android SDK built for x86

I've successfully upload android app based on xamarin forms in google play store, it shows the list of my real devices that are compatible but it also shows that all my emulators are not compatible with it. When I debug it from visual studio it runs on my emulator. Now that it's in google play I want to try it in my emulator since I don't currently have my physical device I can't install it due to compatibility. It says not compatible to Android SDK built for x86.

xamarin APK successful but it doesn't even open

The APK is created once I tried to install the APK on the mobile devices it installs but it doesn't open in the android 6.0 and in the android 5.1 doesnt even install.
The Devices OS are
Android 5.1 -API 22
Android 6.0 - API 23
MY test device are
Android 5.1 using xamarin live player
Android Emulator 6.0
both of them works fine but when I have created the APK it doesn't even work.
This is the build information
I have also adjusted the target framework to 8.0 and 8.1 but still it doesn't work.
Output
Build Output
There must be two .APK files in your bin folder.
projectname.Droid.Apk
projectname.Droid-Signed.Apk
Use Signed one to run it on Device.

Android wear project not syncing app with wearble

I have an Android Studio project that has both a wear and mobile module. I am installing to a physical handheld device connected via usb that is connected to a wearable emulator. Bothe the wearable emulator and the handheld device say they are in fact connected, but when i build my project to the handheld device it doesn't show the app in the "start.." menu on the wearable.
I am not sure if i have to install it manually on the wearable or not. It would seem to me that the project should automatically install both if i build to the handheld.
Anyone have experience with this?
https://developer.android.com/training/wearables/apps/creating.html has some useful info
Make sure you're forwarding adb to the emulator by using this adb command:
adb -d forward tcp:5601 tcp:5601
You also need to deploy the app you're debugging separately to the emulated wearable. Every Android wear project has two modules. Mobile goes to the phone or tablet, wear to the watch. You need to deploy the mobile apk to the phone and the wear apk to the watch.
Under the run menu, selecting debug should allow you to choose witch module you build, select wear then pick your emulated environment when it asks your target

Android Wear: Unfortunately, Dev Tools has stopped

I have a working Internet connection on my Phone and it is connected fine to my Android Wear Emulator. However, Dev Tools and Speech Recorder Application on the wear emulator get closed with an error when I launch any of them from "Start". Also "Voice actions" on the Android Wear app installed on the phone are not working. What is the issue?

Resources