I am creating a live wallpaper in android studio. I do not want any UI besides the wallpaper, so my application contains no activities.
However, when I try to deploy to a device, I get the following error and my wallpaper will not load.
Could not identify launch activity: Default Activity not found
Error while Launching activity
How can I create an application which works that does not have a main activity?