-1
我更新了我的Android工作室到0.5.3版本,並顯示錯誤搖籃更新的Android Studio中的gradle 0.5.3錯誤
12:59:40 Gradle 'ShareMe' project refresh failed:
A fatal exception has occurred. Program will exit.
: Gradle settings
有誰知道問題是什麼,如何解決?
這是工作在0.5.2
編輯 gradlew --stacktrace
C:\Users\XXX\Desktop\XXX>gradlew --stacktrace
Relying on packaging to define the extension of the main artifact has been depre
cated and is scheduled to be removed in Gradle 2.0
WARNING: Dependency org.apache.httpcomponents:httpclient:4.3.2 is ignored for de
faultFlavorDebug as it may be conflicting with the internal version provided by
Android.
In case of problem, please repackage it with jarjar to change the class
packages
WARNING: Dependency org.apache.httpcomponents:httpclient:4.3.2 is ignored for de
faultFlavorRelease as it may be conflicting with the internal version provided b
y Android.
In case of problem, please repackage it with jarjar to change the class
packages
:help
爲什麼地球上的地獄downvote ?? – user1730007
嘗試從命令行使用此命令:gradlew --stacktrace。 gradlew文件位於項目的文件夾中。它會打印所有的例外情況,也許它會提供更多信息。 – viplezer
@coelho,謝謝我更新 – user1730007