Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test sample Android Wear watchface app?

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

When run, you got Default Activity not found error.

Error Screenshot

If choose "Do not launch Activity", you will get the following warning message, after proceeding it will failed since it cannot uninstall the default app.

Warning Screenshot

like image 310
Lim Thye Chean Avatar asked Dec 12 '14 03:12

Lim Thye Chean


Video Answer


1 Answers

Change the Activity section option to Do not launch activity - this will cause the run button to just install your watch face. You can then proceed to manually select the watch face on the emulator (if needed - if you've already selected it the changes will appear immediately).

like image 83
ianhanniballake Avatar answered Sep 22 '22 06:09

ianhanniballake