Android模拟器上的Google日历

时间:2016-04-15 08:12:30

标签: android android-emulator google-calendar-api

我使用Android Studio 2.0,最新的模拟器版本。我仍然无法使用模拟器来测试日历事件安排(例如内容://com.android.calendar / ...或内容://日历/ ...适用于较旧的SDK)。

目前将我的一些测试从物理设备转移到开发工作站的最佳选择是什么?

3 个答案:

答案 0 :(得分:0)

从模拟器内的APK安装CalDAV适配器,并将其设置为任何CalDAV服务器(包括Google)。

答案 1 :(得分:0)

使用Outlook帐户添加电子邮件..其Exchange ..这意味着将有日历同步..并且日历将与您合作..

答案 2 :(得分:-1)

要在模拟器中测试与日历相关的代码,首先需要有日历。尝试与您自己的Google日历同步。

检查http://www.grokkingandroid.com/using-a-google-account-in-the-emulator/

[已修改]仅适用于付费Google Apps用户。解决方法是使用3d party帐户(例如samuelhaddad.com/2015/06/16/add-a-calendar-on-android-emulator)。

您的测试应该直接使用数据填充日历的最佳解决方案。