【发布时间】:2015-12-21 01:29:23
【问题描述】:
我有一个应用程序可以同时从安卓手机和智能手表的(加速度计和陀螺仪传感器)收集运动数据)。我有问题,当我在手机上安装应用程序时出现此错误
E/GMPM: GoogleService failed to initialize, status: 10, Missing an expected resource: 'R.string.google_app_id' for initializing Google services. Possible causes are missing google-services.json or com.google.gms.google-services gradle plugin.
E/GMPM: Scheduler not set. Not logging error/warn.
E/GMPM: Uploading is not possible. App measurement disabled
该应用程序旨在仅收集用户五分钟的运动数据,然后自动停止并将数据从手表发送到手机。最后手机将数据发送到我的电子邮件。但是,当前的问题是应用程序没有停止在手表中并且没有将数据发送到手机。 我能得到任何帮助吗? 恕我直言。
【问题讨论】:
-
你应该根据错误声明发布 gradle.build
-
您是否使用了快速入门示例代码?
-
你为什么没有选择正确的答案?还是不行?
标签: android-studio