我的应用程序运行良好,直到我尝试实施Google云消息。当我单击android studio上的“运行”按钮时,它甚至可以在真实设备中正常工作。但每当我尝试构建一个APK文件时,它都会返回此错误
意外的顶级例外:
这些是我在build.gradle上的Google库
compile 'com.google.android.gms:play-services-ads:8.3.0'
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:cardview-v7:22.+'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v13:22.2.1'
compile 'com.android.support:recyclerview-v7:22.2.1'
AnalyticsCompile 'com.google.android.gms:play-services-analytics:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'