解決:Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2).
這是個之前遇到的問題,後邊改過之後,有遇到了,再次記一下這個錯誤。
網上很多朋友說是跟目錄的build.gradle中的allprojects{...}裡面寫上google(),但是我發現裡面寫了的,還是不管用
我的順序:
repositories { jcenter() maven { url 'https://maven.google.com/' name 'Google' } google() }
從https://www.jianshu.com/p/c39ca554469a瞭解到,google()跟jcenter()的順序有關係,後邊修改後:
repositories { google() jcenter() maven { url 'https://maven.google.com/' name 'Google' } }
沒錯,大家估計看出來了,這個jcenter()和google()的引用順序是返的,我抱著死馬當活馬醫的心態,修改了回來,成功!功!!
所以,正確順序請牢記:google()->jcenter()。
相關推薦
解決Could not find method classpath() for arguments [com.android.tools.build:gradle:3.0.0] 錯誤
記錄下:原來專案是2.3.3的gradle,因為老專案,升級到3.0.0有很多問題,加上一些3方庫的不支援,結果今天早整合VasDolly時,升級到3.0.0,最後改回到2.3.3缺怎麼都執行不起來專案
react-native react-native-device-info Could not find support-core-ui.jar (com.android.support:support-core-ui:27.1.1).
1.參考 https://stackoverflow.com/questions/50606249/android-gradle-sync-failed-could-not-find-support-core-ui-aar 2.改順序,並且我選擇刪掉了maven的引入google.com和自帶的那
解決:Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2).
這是個之前遇到的問題,後邊改過之後,有遇到了,再次記一下這個錯誤。 網上很多朋友說是跟目錄的build.gradle中的allprojects{...}裡面寫上google(),但是我發現裡面寫了的,還是不管用 我的順序: repositories { jc
Error:Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2). Searched i
今日寫程式碼時,更新完大佬的程式碼後,出現了一個錯誤,描述如下: Error:Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2). Searched in the following
Python安裝cv2庫出錯及解決:Could not find a version that satisfies the requirement cv2
原來的安裝命令是: 今天怎麼不靈了?初步判斷是原來使用3.5,現在改用了2.7(專案需要)。 嘗試執行命令: pip install cv2 Collecting cv2 Could not find a version that satisfies the
Flutter新手第一個坑:Could not find com.android.tools.lint:lint-gradle:26.1.1.
解決方法1:修改build.gradle,註釋掉jcenter(),google()。使用阿里的映象。原因是jcenter google庫無法訪問到導致的問題。雖然我有萬能的爬牆工具,開啟全域性代理依然被我們偉大的發改委牆掉了! buildscript { repositories { //goo
我的Android進階之旅------>解決Error:Could not find property 'compile' on org.gradle.api.internal.artifacts.
1錯誤描述 解決方法 1錯誤原因 2解決方法 1、錯誤描述 剛剛,Android Studio突然編譯不了了,報瞭如下錯誤: Error:Could not find proper
ionic3打包出錯ionic cordova build android(系列一):could not find an installed version of gradle either in android studio
lan 問題 打包 fail .html ascii failed contains ref 1.運行ionic cordova build android 時報錯:could not find an installed version of gradle either i
【已解決】mac上appium報錯:“Could not find aapt Please set the ANDROID_HOME environment variable with the Android SDK root directory path”
resource sset root could not fun ror 環境 apt direct 按照網上教程配置完appium環境後,真機跑自動化過程,遇到如下報錯: appium報錯如下: [ADB] Checking whether aapt is present
安卓遇到: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
當storm報錯:Could not find leader nimbus from seed hosts ["127.0.0.1"]解決辦法
解決方式: 刪除zookeeper下的storm節點資料,重啟zookeeper,重新發布topology到storm叢集即可。 zk操作方式: 首先到zookeeper目錄/bin下面,執行 ./bin/zkCli.sh -server [ip]:
sping boot 報:Could not find acceptable representation原因及解決方法
但是我這個是因為用了swagger ui 測試資料的時候返回時 選擇了xml格式導致報了Could not find acceptable representation 把返回資料格式換成 就可以了,這是我個人的錯誤場景,有朋友相同的可以嘗試修改下
MyEclipse運行Java出錯:could not find the main class:test.program will exit(導入項目)
沒有 fin run lib could not sys program pil 編譯器 自己新建的項目運行沒有任何問題。但是我導入的很早以前別人寫的項目,然後run就會彈框could not find the main class:test.program will ex
anaconda安裝Opencv報錯:Could NOT find PythonLibs: Found unsuitable version "2.7.6",
list open version packages 拷貝 uitable /usr req imp 機器上裝了兩個python,一個是默認的,一個是anaconda。安裝opencv時就報錯了: -- Found PythonInterp: /home/deeplp/an
hibernate原生sql封裝,報錯信息:could not find setter for rownum_
not .com 解決 做了 hiberna could 解決方法 ber bsp 今天用hibernate的時候,用了一個原生態sql做了一個分頁查詢,結果就報錯了。。。 找到解決方法了:http://shmily2038.iteye.com/blog/17049
在idea裡執行maven專案出現:Error: Could not find or load main class com.xxx.xxxx
原因分析:maven專案在執行時找不到主類,也就是專案啟動類找不到。可以嘗試以下方法。 思路:java檔案必須經過compile才會變成.class檔案,找不到.class檔案就是由於沒有經過編譯導致的。 可能是由於對maven專案執行了mvn clean命令,沒有執行mvn compile
opencv常見bug:could not find a writer for the specified extension in function cv::imwrite_
在opencv學習中,使用cv.imwrite(‘filename’, img)儲存照片檔案到本地,有時使用失誤可能會出現報錯,error: (-2) could not find a writer for the specified extension in function cv::im
pip3 install tensorflow :Could not find a version that satisfies the requirement tensorflow
使用pip3 install tensorflow安裝tensorflow的時候,顯示: Collecting tensorflow Could not find a version that satisfies the requirement tensorfl
Could not find a version that satisfies the requirement flask pip安裝python包出錯:Could not find a version that satisfies the requirement skimage (from ver
使用命令安裝flask,出現報錯 百度找到解決方法https://www.cnblogs.com/lijinze-tsinghua/p/8666558.html 參考修改成pip install flask -i http://pypi.douban.com/simple/ --trusted-hos
依賴ConstraintLayout報錯:Could not find com.android.support.constraint:constraint-layout:1.0.0-beta5
ConstraintLayout是Android Studio 2.2中主要的新增功能之一,方便開發者使用圖形化介面來完成UI佈局,減少佈局巢狀。更多的使用方法,可以參考這篇文章:ConstraintLayout完全解析 在進行佈局轉換時,我們需要新增依賴: compi