Android studio(2.1.1 April 28-2016) Strange Error converting bytecode to dex. Dex cannot parse version 52 byte code

旧城冷巷雨未停 提交于 2019-12-06 11:29:43

Your problem is compile('com.thoughtworks.xstream:xstream:1.4.8') that depends on Java 8

Version 1.4.7 doesn't depend on Java8, so if you can live with 1.4.7 the fix is quite simple.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!