2016-03-21 81 views
0

我遇到了Android Studio問題。當我嘗試建立我的項目,我得到一個錯誤:初始化默認系統SSL上下文失敗 - Android Studio

Error:A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugUnitTestCompile'.

Could not resolve junit:junit:4.12. Required by: MyApplication:app:unspecified

Could not resolve junit:junit:4.12. Could not get resource ' https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.pom '.

Failure initializing default system SSL context Could not resolve junit:junit:4.12. Could not get resource ' http://repo1.maven.org/maven2/junit/junit

我的配置:Ubuntu的15.4,甲骨文的Java 8

回答

0

今天我有同樣的問題,在安裝拉斯JDK和將de環境變量JAVA_HOME和JDK_HOME到C:\ Program Files文件\的Java \ jdk1.8.0_92(至極是最後JDK的安裝路徑)和Android Studio中

也在改變路徑的JDK部分解決了這個問題文件然後項目聖SDK位置也更新路徑。

相關問題