问题标签 [android-googleapiclient]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 为什么我的 android 应用程序在设备 4.4.3 中打开后立即崩溃,但在设备 5.0 或更高版本中却没有
我已经使用 facebook sdk 登录 facebook,还使用 google map 来获取用户当前位置。它在 android 5.o 或更高版本中运行良好,但在 android 4.4.3 中崩溃。我使用了以下配置。
Logcat如下
446/com.example.nuevo.getsocial E/dalvikvm:找不到类“com.google.firebase.FirebaseOptions”,引用自方法 com.google.firebase.FirebaseApp。08-29 02:41:35.041 1446-1446/com.example.nuevo.getsocial E/dalvikvm: 找不到类 'com.google.firebase.FirebaseApp$zzb',引用自方法 com.google.firebase.FirebaseApp。 zzcm 08-29 02:41:35.045 1446-1446/com.example.nuevo.getsocial E/dalvikvm:找不到类 'com.google.firebase.FirebaseApiNotAvailableException',引用自方法 com.google.firebase.FirebaseApp.getToken 08-29 02:41:35.049 1446-1446/com.example.nuevo.getsocial E/dalvikvm: 找不到类 'com.google.firebase.FirebaseApp$zza',引用自方法 com.google.firebase.FirebaseApp。扎 08-29 02:41:35.081 1446-1446/com.example.nuevo。
android - Google+ 登录问题
我在使用 google+ 登录时遇到问题,这是我的 googleApiClientBuilder
我在 15-20 次尝试后成功登录一次,但在那之后没有问题,它总是在 elseif (result.isSuccess())
我已在开始时连接到 googleApi
登录句柄
StartActivity 处理响应
android - 如何将 google map api 密钥从调试更改为在 android 中发布?
我创建了一个 android 应用程序并使用调试 sha 证书为 google maps api 生成了一个调试密钥。现在我想在发布模式下生成一个密钥,但是 android 开发者控制台中的 android api 管理器没有给我一个选项来更改 sha 证书以发布。怎么做。我已经生成了 sha-release 证书。
android - 如何解决地理围栏 mock_location 错误?
所以我在 github 上运行这个示例应用程序,它处理谷歌地图和地理围栏:https ://github.com/androidfu/GeofenceExample
当我运行代码时,我得到了这个错误: Caused by: java.lang.SecurityException: com.androidfu.example.geofences from uid 10170 not allowed to perform MOCK_LOCATION
这是该类的代码,后面是堆栈跟踪。希望大家能给我一些见解。我也在清单中有模拟位置。错误来自 onResume() 方法。
堆栈跟踪:
android - google map android - 通过位置跟踪影响电池使用的因素
我有一个服务,它一直跟踪用户的位置(只要它正在运行)并将数据放入 SQL 表中,当应用程序处于前台时 - >该服务还向 UI 发送位置更新和地图和位置已更新。
- 当应用程序在前台时-> 请求高精度和频繁更新的位置,以便用户可以享受 UI 中的高精度和频繁更新。
- 当应用程序关闭时(仅运行服务) -> 请求不太准确的位置更新,所以我不会消耗太多电池,因为我所做的只是填满一张桌子。
那么,追踪位置时影响电池使用的因素有哪些呢?
在文档示例中
他们说
PRIORITY_HIGH_ACCURACY 的优先级,结合您在应用程序清单中定义的 ACCESS_FINE_LOCATION 权限设置,以及 5000 毫秒(5 秒)的快速更新间隔,导致融合位置提供程序返回精确到几秒内的位置更新脚。
所以,这就是当应用程序在前台时我会使用的(在设置中我可以看到应用程序在该位置具有“高电池使用率”)。
但是当只有服务运行时我应该更改哪些参数?我希望使用的位置会说:“低电量使用”。
android - android - 即使没有可用的互联网,也会调用 onLocationChanged
我只是想知道这个,因为它没有意义。
我有一个GoogleApiClient
我连接的,然后我请求使用位置更新
现在,奇怪的是 -onLocationChanged(Location location)
即使我将手机置于飞行模式时也会被调用!没有互联网,我仍然可以获取位置更新.. 这怎么可能?这些更新可靠和准确吗?
android - 无法解析符号 AppCompatActivity 和 GoogleApiClient
我是在 Android Studio 上开发的新手,我的应用程序运行良好,直到工作室突然退出,之后项目找不到任何导入的库(以星号表示),例如Uri
,等到AppCompatActivity
我的AppCompatActivity
班级(我使用的是 Android 2.1.2)
我到目前为止所尝试的:
- 检查项目结构 -> 应用程序 -> 依赖项
尝试对库进行排序
com.android.support:appcompat-v7:24.2.1 com.google.android.gms:play-services-appindexing:8.1.0 之前 junit:junit:4.12
检查 build.gradle 并添加以上 2 个依赖项
- 清洁项目
- 构建 APK
- 重建项目(多次)
PS:com.google.android ...导入是使用onstart和onstop覆盖自动生成的(不知道为什么)
PS:我的 Android Studio 安装在 C:/Programfiles 中,我的项目保存在 AndroidStudioProjects 文件夹下的不同位置
android - Android Google Map 在 Marshmallow 中不起作用
我正在使用可以检索用户当前位置的应用程序,到目前为止,应用程序在棒棒糖版本中运行良好,但是当我在棉花糖中测试它时,无法检索用户位置。
MainActivity.class