只有一个谷歌播放依赖,但所有谷歌播放库都在应用程序外部库

时间:2016-05-05 20:22:53

标签: java android google-play-services android-multidex

我的android app gradle上有'com.google.android.gms:play-services-gcm:8.4.0'。首先我使用'com.google.android.gms:play-services:7.8.0',但由于65,我将其更改为'com.google.android.gms:play-services-gcm:8.4.0'限制问题。

65限制问题还没有消失,我使用multidex启用,运行我的应用程序,我不认为我应该有这个问题。这是我所有的应用程序的dependecies。我没有计算每个依赖的方法(我不知道如何),但我在其他项目中使用过这些方法而且我没有遇到过这个问题。

testCompile 'junit:junit:4.12' 
compile    'com.android.support:multidex:1.0.0' 
compile    'com.android.support:cardview-v7:23.3.0' 
compile    'com.google.android.gms:play-services-gcm:8.4.0' 
compile    'com.android.support:appcompat-v7:23.3.0' 
compile    'com.android.support:design:23.3.0' 
compile    'com.parse.bolts:bolts-android:1.+' 
compile    'com.parse:parse-android:1.13.0' 
compile    'com.bit6.sdk:bit6-sdk:0.9.6' 
compile    'com.bit6.ui:bit6-ui:0.9.6'    
compile    'de.hdodenhof:circleimageview:2.0.0' 
compile    'com.facebook.android:facebook-android-sdk:[4,5)' 
compile    'com.squareup.picasso:picasso:2.4.0'

我发现在“外部图书馆”中我仍然会出现所有谷歌播放服务。

External libraries capture

我是否必须使用multidex库才能工作?是图片中的图片,我不使用,导致我的方法计数增加?

我的应用程序的构建和运行正在持续20分钟。我的项目有16个类,每个类或多或少有5个方法。

0 个答案:

没有答案