Could not find org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2.
出現問題
Could not find org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2.
Searched in the following locations:
https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/kotlin-stdlib-1.1.3-2.pom
https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/kotlin-stdlib-1.1.3-2.jar
Required by:
project : > com.android.tools.build:gradle:3.0.1 >
解決:在兩個repositories中加上相應程式碼。
buildscript { allprojects { repositories { google() jcenter() mavenCentral() } } dependencies { classpath 'com.android.tools.build:gradle:3.0.1' } repositories { jcenter() mavenCentral() google() } }
相關推薦
Could not find org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2.
出現問題 Could not find org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2. Searched in the following locations: https://dl.google.com/dl/android/
導入項目的時候報錯Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha7
原因 自己 進行 ack class rain 選擇 and clas 問題描述 今天在導入項目的時候報錯: Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alph
安卓遇到:Could not find runtime.aar (android.arch.lifecycle:runtime:1.0.3) 解決方案
專案啟動突然遇到: Could not find runtime.aar (android.arch.lifecycle:runtime:1.0.3). Searched in the following locations: https://jcenter.bint
Error:Could not find common.jar (android.arch.lifecycle:common:1.1.0). Searched in the following loc
1.原因 谷歌引起的,在引用庫中 compile 'com.android.support:appcompat-v7:26.+' compile 'com.android.support:design:26.+' 就是這兩個的原因,谷歌必須要求指定版本,不能帶 + 號,也
Project build error: Non-resolvable parent POM: Could not find artifact weixin:weixin:pom:0.0.1-SNAP
今天遇到把maven專案 引入到一個新的eclipse工作空間,clean install 發現POM.XML檔案報錯 :Project build error: Non-resolvable parent POM: Could not find artifact weix
依賴ConstraintLayout報錯:Could not find com.android.support.constraint:constraint-layout:1.0.0-beta5
ConstraintLayout是Android Studio 2.2中主要的新增功能之一,方便開發者使用圖形化介面來完成UI佈局,減少佈局巢狀。更多的使用方法,可以參考這篇文章:ConstraintLayout完全解析 在進行佈局轉換時,我們需要新增依賴: compi
"Could not find the main class: org.apache.catalina.startup.Boostrap. Program will exit."
src star pro could div myeclipse cat ould fin 嘗試將 myeclipse中的編譯版本修改(如,將1.5修改為1.6) "Could not find the main class: org.apache.catal
hadoop 3.1.1 Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster
name ado org 3.1.1 div 9.png per mapred 技術分享 啟動hdfs後執行share目錄中自帶的mapreduce程序時報如下錯誤 找到$HADOOP_HOME/etc/mapred-site.xml,增加以下配置 1 <p
flume啟動報錯 Could not find or load main class org.apache.flume.node.Application
修改flume的資料夾名稱後,啟動flume可能會失敗,錯誤資訊如下: Error: Could not find or load main class org.apache.flume.node.Application 這個是因為環境變數的問題。 export看一下是不是有個FLUME_HOME的
zookeeper SolrCloud 叢集配置 Error: Could not find or load main class org.apache.solr.cloud.ZkCLI
搭建SolrCloud叢集 把solrhome中的配置檔案上傳到zookeeper叢集。使用zookeeper的客戶端上傳。 客戶端命令位置:/root/solr-4.10.3/example/scripts/cloud-scripts 執行命令 ./zk
Flink中scala提示錯誤——could not find implicit value for evidence parameter of type org.apa
Flink第一個簡單的demo ,wordCount 該問題參考引用如下: https://blog.csdn.net/dax1n/article/details/70211035 自身程式碼中問題: package cetc.flink import org.apa
搭建SolrCloud叢集Could not find or load main class org.apache.solr.cloud.ZkCLI
搭建SolrCloud叢集 報錯解決方案 1、把solrhome中的配置檔案上傳到zookeeper叢集。 //1、進入cloud-scripts目錄下 (以下IP為示例,請根據自己實際配置填寫) cd /root/solr-4.10.3/example/scripts/cloud-
org.jboss.resteasy.spi.BadRequestException: Could not find message body reader for type:
上面是用resteasy時碰到的問題,搜遍了國內內外大小網站,發現資料甚少,所以在此新增一波,見下圖: 這個問題在於 最後的引數,其實就是無法識別請求的json引數,按道理講,應該是自動識別的,吧json 轉成物件,從而走進處理邏輯裡面。我添加了無數個相關依賴,後來發現,在指定的業務
報錯:Error: Could not find or load main class org.apache.flume.tools.GetJavaProperty
輸入flume-ng version 啟動flume時報錯Error: Could not find or load main class org.apache.flume.tools.GetJavaProperty,但似乎已經啟動. 這時我們可以去hbase中修改hbase-e
org.apache.ibatis.builder.IncompleteElementException: Could not find result map java.lang.Integer
如圖: 詳細錯誤資訊如下: org.apache.ibatis.builder.IncompleteElementException: Could not find result map java.lang.Integer at org.apache.ibatis.builder.Ma
Sqoop找不到主類 Error: Could not find or load main class org.apache.sqoop.Sqoop
最近由於要使用Sqoop來到出資料到hdfs,可是發現Sqoop1.4.5跟hadoop2.X不相容,需要對Sqoop1.4.5進行編譯,編譯的具體方法見:http://my.codeweblog.com/AlbertHa/blog/318551 如果一切都順利的話需要就不會遇到什麼問題,但是有一個問題一直
我的Android進階之旅------>解決Error:Could not find property 'compile' on org.gradle.api.internal.artifacts.
1錯誤描述 解決方法 1錯誤原因 2解決方法 1、錯誤描述 剛剛,Android Studio突然編譯不了了,報瞭如下錯誤: Error:Could not find proper
解決Eclipse進行OSGI除錯時出現Could not find bundle: org.eclipse.equinox.console的問題
故障現象 Eclipse下OSGi開發,執行測試時,程式直接報錯,堆疊資訊顯示:Could not find bundle: org.eclipse.equinox.console 解決辦法 This is because the defau
Could not find matching constructor for: org.gradle.util.Clock()
檢出Android studio中的grdle配置; 示例: project中的com.android.tools.build:gradle版本號為:2.3.3 dependencies {
搭建SolrCloud: Error: Could not find or load main class org.apache.solr.cloud.ZkCLI
【./zkcli.sh:line 13: unzip: command not found Error: Could not find or load main class org.apache