由于proguard错误而无法创建构建

时间:2015-12-10 09:08:00

标签: android proguard

实施proguard时出错。这就是我在依赖中使用的。

dependencies {


compile 'com.android.support:multidex:1.0.1'
compile 'com.google.android.gms:play-services-maps:8.3.0'
compile 'com.google.android.gms:play-services-plus:8.3.0'
compile 'com.google.android.gms:play-services-identity:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
compile 'com.google.android.gms:play-services-wearable:8.3.0'
compile 'com.google.android.gms:play-services-appindexing:8.3.0'

}

============================================

但是这样的错误。

  

警告:在me.denley.courier.compiler.DataMapProcessor上找不到SupportedSourceVersion注释,返回RELEASE_6。

     

警告:支持的源版本' RELEASE_6'来自注释处理器' me.denley.courier.compiler.DataMapProcessor'少于-source' 1.7'

     

警告:在me.denley.courier.compiler.Processor上找不到SupportedSourceVersion注释,返回RELEASE_6。

     

警告:支持的源版本' RELEASE_6'来自注释处理器' me.denley.courier.compiler.Processor'少于-source' 1.7'

     

注意:某些输入文件使用未经检查或不安全的操作。

     

注意:使用-Xlint重新编译:取消选中以获取详细信息。

     

4警告

模拟中的例外:

  

com.android.dx.rop.cst.CstMethodRef无法强制转换为com.android.dx.rop.cst.CstInterfaceMethodRef

     堆栈[top0]:Lcom / google / android / gms / common / api / q; **(我认为,问题在于播放服务但是什么?)

列出项目

  

'命令' C:\ Program Files \ Java \ jdk1.7.0_04 \ bin \ java.exe''完成非零退出值1

我用谷歌搜索,发现由于旧游戏服务7.5.0可能会发生此类错误。所以,我已经更新了播放服务8.3.0。但仍然得到同样的错误。

请帮我解决这个问题。提前致谢

0 个答案:

没有答案