I was following this tutorial on how to create an Android service using kivy, and about half way down the page under the heading 'Starting the Service', the code example has the line from android import AndroidService. I see that I don't have the android module installed and I can't figure out how to go about getting it, even after googling around for it, and searching with pip and apt-get. It seems as if there might even be different android modules out there. Can someone point me in the right direction?
I currently have kivy set up properly(on ubuntu) and can make, run and deploy without any issues.