Can you review my manifast file, is there a missing meta tag, I can’t see my devices on my phone when installing the clock dial with the companion app, I want to get rid of this problem.
I asked Copilot and this is what it said. I hope it helps.
Your manifest file looks well-structured, but the missing meta-data might be preventing your watch face from being detected correctly. Based on your companion app setup, here are a few adjustments that might help:
Potential Missing Meta-data Entries
Try adding this Wear OS compatibility metadata if your watch face requires standalone installation:
These permissions can help detect the connected wearable device.
You can also verify the intent filters within your companion app to ensure correct communication with your watch face.
Since you’ve been working on Wear OS watch face promotions, debugging this in Logcat in Android Studio might reveal any errors related to device detection. Have you checked the logs yet?
I’m far from an expert but it looks like you don’t have reference to your watch images. Usually stored in the drawable folder.
I have found two excellent places that describe how to make a companion app. I have used both to make my companion app. Following these instructions should allow you to make your own.
I watched the video but I didn’t see anything missing or different, I don’t see any options on my phone like in the images I shared, so when I look from mobile, there is no option to download directly to the watch or download the accompanying app.
now I installed the watch face on wear os form factor, my watch and my phone are connected, but it only detects my phone, the dial does not behave like a dial, it behaves like a normal mobile app
Not being an expert myself something is missing or not linked. I ran into similar problems when I first made mine. I basically started over again. I’m not sure if this is your code or a sample provided. I myself have not made one from scratch which I find very difficult. I do know when using one of the samples that I gave you they do work when followed.
Speaking of Companion apps, I am sure many here are using the “Bredlix” companion app from GitHub. Is anyone else getting lots of warnings in their Android Studio builds? Also, there is a recommendation in the Google Console regarding “Your app uses deprecated APIs or parameters for edge-to-edge”. Has anyone addressed or fixed this? I have updated all libs and reworked some things in Android Studio where I no longer get warnings on my companion app builds but still have yet to figure out how to solve the Google Play Console recommendation.
I also use the Bredlix companion app and I also get this recommendation from Google. I would be happy if Wear OS 6 made companion apps unnecessary and we wouldn’t have to bother with them anymore…
Well we all knew this day would come, Hopefully we can all put our heads together and find solutions for this. Something tells me that it can’t be as simple as changing the targetSdk = 35 in the build.gradle though. Although when I do, and sync it, there are no errors on mine.
Yeah I have compileSdk and targetSdk both at 35 and get no errors/warnings on the build. I haven’t upped it to the console yet though so who knows. I have had error/warning free builds and yet when I up it to console I get the recommendation about using deprecated API’s