草庐IT

gms-licenses-plugin

全部标签

java - libGDX + com.google.android.gms :play-services:7. 0.0:android:dexDebug

我用libgdx做了一个游戏。当我将下一行添加到gradle时:compile"com.google.android.gms:play-services:7.0.0"它确实同步正确。但随后我尝试运行我的应用程序,出现了下一个错误:Error:Executionfailedfortask':android:dexDebug'.>com.android.ide.common.internal.LoggedErrorException:Failedtoruncommand:C:\[...]\Android\sdk2\build-tools\21.1.2\dx.bat--dex--no-opt

android - 没有找到类 "com.google.android.gms.ads.identifier.AdvertisingIdClient"

我正在使用Maven构建我的android项目。在我的Android项目pom.xml中,我定义了google-play-service的依赖:com.google.android.gmsgoogle-play-servicesapklib7provided我的项目构建成功。我使用的安卓设备也安装了GooglePlay应用程序。但是当我启动我的应用程序时,我不断收到以下错误:Causedby:java.lang.ClassNotFoundException:Didn'tfindclass"com.google.android.gms.ads.identifier.Advertising

android - Cordova 和proguard : Camera Plugin NPE on takePicture

抱歉,如果有人已经问过这个。我是Stack的新手,我没有找到解决方案。这是我缩小应用程序后从其使用情况中获得的堆栈。08-2913:27:30.33010037-10192/?E/PluginManager:Uncaughtexceptionfrompluginjava.lang.NullPointerException:Attempttoinvokevirtualmethod'android.content.res.XmlResourceParserandroid.content.pm.PackageItemInfo.loadXmlMetaData(android.content.p

android - 'com.android.support :appcompat-v7:27. 1.1' 与 com.google.android.gms :play-services-maps:15. 0.1 冲突?

我想使用谷歌地图,但依赖项(com.google.android.gms:play-services-maps:15.0.1)与'com.android.support:appcompat-v7:27.1.1'冲突。.任何人都可以帮忙吗?这是我的gradle文件applyplugin:'com.android.application'android{compileSdkVersion27defaultConfig{applicationId"com.gamecodeschool.mapso"minSdkVersion18targetSdkVersion27versionCode1ver

android - getPlaceDetectionClient(android.app.Activity, com.google.android.gms.location.places.PlacesOptions) 已弃用

安卓工作室3.1.4placeDetectionClient=Places.getPlaceDetectionClient(this,null);报错:getPlaceDetectionClient(android.app.Activity,com.google.android.gms.location.places.PlacesOptions)isdeprecated知道用什么代替吗?谢谢 最佳答案 你读过APIreference了吗??getPlaceDetectionClient(Contextcontext,PlacesOp

android - 如何解决 "Didn' t find class 'com.google.android.gms.auth.GoogleAuthUtil'“错误?

我第一次尝试在AndroidStudio中使用GoogleCalendarAPI,这个类一旦到达就崩溃了mService.events().insert("primary",event).execute();行。错误说“在路径上找不到类“com.google.android.gms.auth.GoogleAuthUtil”:DexPathList”publicclassCalendarRequestTaskextendsAsyncTask{privatecom.google.api.services.calendar.CalendarmService=null;privateExcep

Android GMS 库抛出 IllegalArgumentException : Unexpected number of IObjectWrapper declared fields: 3

开始在我们的应用程序中看到此崩溃:E/AndroidRuntime:FATALEXCEPTION:mainProcess:com.example.debug,PID:25873java.lang.IllegalArgumentException:UnexpectednumberofIObjectWrapperdeclaredfields:3atpvq.a(:com.google.android.gms@11951440:9)atcom.google.android.gms.maps.internal.CreatorImpl.newMapViewDelegate(:com.google.

android - GMS::LocationClient 中的 DeadObjectException (Android)

在Android上,我们有一个包装来自GMS(谷歌移动服务)的LocationClient对象的类。(注意LocationClient实现了com.google.android.gms.common.GooglePlayServicesClient)。不幸的是,LocationClient对象有抛出DeadObjectExceptions的习惯(例如,当我们调用locationClient.getLastLocation()时),我们通过多种日志记录机制检测到这种情况。然而,奇怪的是,LocationClient没有记录为抛出DeadObjectExceptions,而且我只能捕获所说

android - 错误 : Please fix the version conflict either by updating the version of the google-services plugin

我在使用Google服务插件时遇到问题。我将谷歌服务更新到最新版本。我从这个网站得到了依赖:https://bintray.com/android/android-tools/com.google.gms.google-services/Error:Executionfailedfortask':app:processDebugGoogleServices'.>Pleasefixtheversionconflicteitherbyupdatingtheversionofthegoogle-servicesplugin(informationaboutthelatestversionis

android - com.google.android.gms.games.GamesClient 无法解析

我正在尝试使用googleplay游戏服务开发实时多人游戏并下载示例(ButtonClicker2000),但EclipseADK一直提示com.google.android.gms.games.GamesClient无法解析。所有其他导入工作正常:importcom.google.android.gms.games.Games;importcom.google.android.gms.games.GamesActivityResultCodes;importcom.google.android.gms.games.multiplayer.Invitation;importcom.go