How to test Android Wear watchface app?

After opening the Google Wear WatchFace Sample app from Google, how do you test / install it on the emulator? (Note: the emulator already uses build 5.0)

At startup, you received a Default Activity error not found.

Error screenshots

If you selected "Do not start Activity", you will receive the following warning message, after its execution it will not be executed, since it will not be able to delete the application by default.

Warning screenshots

+6
source share
1 answer

Change the parameter of the "Action" section to Do not launch activity - this will cause the start button to simply set your face for the watch. Then you can manually select the face of the clock on the emulator (if necessary - if you have already selected it, the changes will appear immediately).

+9
source

Source: https://habr.com/ru/post/979480/


All Articles