我正在使用Android Studio 2.1.2开发Android应用,我需要使用okhttp-3.4.0-RC1库。我把它放在assets目录中,然后我将它添加为库。当我尝试运行应用程序时,它会给我这个错误:
Error:Execution failed for task ':GeoStream:mergeDebugResources'.
> C:\Users\Beee\AndroidStudioProjects\ExoPlayer
master\GeoStream\src\main\res\Libs\okhttp-3.4.0-RC1.jar:1:1: Error: Content is
not allowed in prolog.
我尝试清理项目并删除Gradle缓存,但它没有用。我该如何解决这个问题?
注意:在将Android Studio更新为2.1.2之前,一切正常。