I’m sharing the source code of my companion/helper app for watch faces.
It opens the wf page on the connected watch, opens dev page and leads to the review section of the wf.
There is a guide on how to clone repo and do the changes in order to build your own companion app.
1st of all thank you very much for sharing you valueable code with us. I really appreciate it. I have been making for last 2 years helper app in android studio with limited basic knowledge that i learned just to create a companion app.
I have successfully imported your project sample but i am confused about renaming please see my images attached above. would really like your help about it.
i have been confused about it. I want to rename it to for example same name which my watchface aab bundle has com.watchfacestudio.ac25.
Right-click it
Select Refactor
Click on Rename
In the Pop-up dialog, click on All Directories
Enter the new name and hit Refactor
As per my understanding of your guide . should i rename these 2 directories in my screenshot to com.watchfacestudio.ac25. ??
And about Manifest file in the screenshot should i change this to com.watchfacestudio.ac25. also??
OR
should i rename Android directory to “watchface” & the other directory wf_companion_app to ac25.
I want to rename this companion app when generated to have com.watchfacestudio.ac25 name for example.
Thanks for this great share and effort .
Best Regards
Hey, I think versioning isn’t a big deal anymore since Google separated Wear OS and other stuff. But I might be wrong…
I didn’t have any problems with this versioning
I used it for a test and it works fine, but wanted to modify it and ended up re-writing it in Flutter.
For those that haven’t added a companion app, this is early data from a new dev, but a free watchface I created had like 10 downloads in a month, and once I added the companion app, it spiked to 25 in less than a week.
Thanks so much for your effort. Since I am not a developer and a newbie: Did you change anything else? Just two days ago I was sucessfull to build my first companion app but today my second one does not work.
There seemst to be an error on line 17 in MainActivity.java
Hey, I did changes in multiple places, but it should not affect the flow.
This particular line can be deleted. I missed this issue while creating the guide.
I’ve updated the guide with reordered steps in order to avoid such cases.
sorry I am a total Newbie & just cannot get this to work. Is there anyone who could walk through all the steps in depth, no matter what I do, I cannot get it to work!
I am a total newbie, too with no programming skills whatsoever and I just followed the instructions, it is pretty plain forward. What exactly is your problem?