I just started developing Android applications, and decided that I would write an application for working with Google Calendar .
The first problem that came to me is that I cannot add any Gmail account to the emulator. When I go to settings -> accounts, I can only add an Exchange account.
The question is, how do I develop such an application. I know that I should make fun of the API while I run the tests, but how should I run the application on an emulator?
Should I just test it on the mocked API with JUnit and then run it on my work phone?
android android-emulator google-calendar google-api
Jakub arnold
source share