1. 程式人生 > >匯入專案報異常:Cause: peer not authenticated

匯入專案報異常:Cause: peer not authenticated

 在gradle 中首先

classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.3'

 然後新增:

repositories {
    jcenter {
        url "http://jcenter.bintray.com/"
    }
}

repositories {
    maven  {
        url "http://repo1.maven.org/maven2"
    }
}

後編譯重試

相關推薦

匯入專案異常Cause: peer not authenticated

 在gradle 中首先 classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.3'  然後新增: repositories {

gradle編譯問題Cause: peer not authenticated

問題:android studio 2.1.2版本,專案使用gradle 2.10,java使用1.7.0_101, classpath 'com.android.tools.build:gradle:2.1.0',系統ubuntu14.04 在專案中引用下面的庫時候,gr

AS匯入專案Plugin with id 'com.android.application' not found.

從github或第三方Demo中獲取的專案匯入到AndroidStudio中報錯Plugin with id 'com.android.application' not found.;今天匯入一個訊飛的Demo看專案的目錄明顯不對,感覺少了個build.gradle;只有Module的build.g

myeclipse匯入專案Target runtime com.genuitec.runtime.generic.jee60 is not defined.

  前言:   第一次用myeclipse進行團隊開發,這一開始就給了我一個錯誤,那我就趁勢解決分享一下我的錯誤和解決錯誤的辦法吧。   內容:   首先上來,從svn上導入團隊的程式碼,但是由於每個

Android studio 錯 gradel project sync failed Error:Cause: peer not authenticated

authent post -m -h cal all del erro 文件 在網上找了半天,應該是找不到gradel的路徑,試了網上非常多方法。本人解決例如以下: 在android studio中設置gradle。打開File-> settings->Gr

Eclipse匯入專案No projects are found to import

專案資料夾內需要有兩個檔案:   .classpath <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/&

Eclipse匯入專案錯Tomcat X.X not define,修改了build path還是

公司專案匯入到家裡繼續開發,發現Eclipse報錯Target runtime Apache Tomcat v8.0 is not defined.第一想到的是build path出錯,開啟build path修改了tomcat的library,可以運行了,但還

匯入專案 錯 Gradle DSL method not found: 'android()

匯入了一個專案。 貌似是 專案設定的sdk版本本身自己機子是沒有的, 然後 在project structure修改成自己的SDK 但是 AS 自動在專案下的build.gradle裡新增上以下

Error:Cause: peer not authenticated修復

 Error:Cause: peer not authenticated錯誤是由於使用jcenter倉庫時沒有指定Url需要將build.gradle程式碼 buildscript { repositories { jcenter()

新建立的iOS專案Cocoapods匯入AFNetworkingAFNetworking.framework/AFNetworking' does not contain bitcode. Yo

AFNetworking.framework/AFNetworking’ does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCO

專案部署到Tomat異常jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending ...

專案部署到Tomcat報這樣的異常: Java程式碼   jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class   造成

Ionic新建專案OpenSSH not found on your computer.

錯誤資訊: D:\project\eyeshot\eyeshot>ionic ssh setup [WARN] OpenSSH not found on your computer. [ERROR] Command not found: ssh 解決辦法: 下載安裝SSH:http

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path Maven專案Failed to execute goal org.apache.maven.plugi

 ① The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 完整錯誤資訊: THIS SOFTWARE IS PROVIDED BY THE

Android Studio新建和匯入專案錯, Read timed out,Error:SSL peer shut down incorrectly

建立新專案時出現 Android Studio Read timed out Error:SSL peer shut down incorrectly 解決辦法:在project的gradle中加入以下程式碼 順序很重要 google() mavenCen

Eclipse匯入別人的專案Unable to load annotation processor factory 'xxxxx.jar' for project

 使用eclipse匯入別人的專案時候,報錯Unable to load annotation processor factory 'xxxxx.jar' for project。 解決方案  1、專案右鍵——Properties  2、Java Compiler——A

【解決】Weka匯入csv或arrf,nominal value not declared in header ,read token

原因有幾種:(前2 種是老外給出的答案) 1、 you have some values occurring that are not exactly as declared in the header 2、 If you get this error mess

通過IDEA(2018.2.4)從碼雲(gitee)克隆專案Could not read from remote repository.

SSH已經配好 有的教程裡將git配置裡邊的SSH executable已經選擇為native 這些仍然沒有用 最後在gitee設定中發現自己勾選了標紅的地方,嘗試取消,克隆成功,問題忽然解決。 所以不要勾選紅框裡的內容

intellij idea更新gradle專案Could not run build action using Gradle distribution

intellij idea中有一個gradle專案,之前都一直是好好的。 今天在build.gradle中添加了一個dependency,由於我並沒有設定auto-import,所以選擇自己來refresh整個gradle專案 結果gradle task後臺stuck在

Eclipse匯入專案錯Type Target runtime Apache Tomcat v8.5 is not defined.

執行時沒有找到tomcat v8.5 Eclipse 右鍵--》properties--》targeted runtime,把原專案的tomcat去掉勾選,換上自己的Tomcat myEclipse 在工程目錄下的.settings資料夾裡,開啟org.eclipse.wst.com

idea javaweb專案 jsp頁面''operator is not allowed for source level below 1.7

今天在使用idea做練習時,某個jsp頁面報錯如下: '<>'operator is not allowed for source level below 1.7 出錯程式碼如下: