Android同步适配器

Android同步适配器,android,google-app-engine,Android,Google App Engine,我正在使用google帐户和应用程序引擎编写syncadapter。该帐户出现在account and sync中,但当我尝试选择要同步的帐户时,我遇到了一个硬数据库错误。我正在试图找出这个错误是在手机上还是在应用程序引擎上。此外,是什么导致此错误 我遇到的另一个错误是找不到提供商信息 谢谢你的帮助 结果是我没有在清单中添加提供程序。应该是这样的: 我还要用syncadapter做一个appengine帐户。好奇,你问过用户名和密码吗?我正在使用appengine上的用户API进行帐户。 pro

我正在使用google帐户和应用程序引擎编写syncadapter。该帐户出现在account and sync中,但当我尝试选择要同步的帐户时,我遇到了一个硬数据库错误。我正在试图找出这个错误是在手机上还是在应用程序引擎上。此外,是什么导致此错误

我遇到的另一个错误是找不到提供商信息


谢谢你的帮助

结果是我没有在清单中添加提供程序。应该是这样的:


我还要用syncadapter做一个appengine帐户。好奇,你问过用户名和密码吗?我正在使用appengine上的用户API进行帐户。
provider android:name=".BlaBlaProvider"
            android:label="@string/app_name"
            android:authorities="com.example.android.blabla"
            android:syncable="true" />