Please install the Android Support Repository from the Android SDK Manager
最近拉取專案報了這麼個錯
錯誤截圖
原因分析
沒有找到對應依賴的26.0.0,讓我們下載,按照提示開啟
發現並沒有缺少Repository,並沒有什麼需要下載的。旁邊大佬說可能是各自的開發工具裡面的SDK有差距導致的;百度了下,發現,從api 26開始,support libraries 需要從google的maven倉庫下載,所以需要在project的build.gradle中allprojects 新增如下配置即可
maven { url "https://maven.google.com" }
經驗證,確實可行,這時候又暴露一個問題,這是公司專案,這種build.gradle檔案是不能隨便改的,試試看還原回去會不會有問題?結果很難受,並不行,看來以後提交程式碼這塊就得忽略了。不知道你們有沒有更好的辦法?請教
解決方法
1.確實必要Repository,請直接下載
2.在工程的build.gradle中allprojects 新增如下配置即可
maven { url "https://maven.google.com" }
最後
歡迎加群討論哈 QQ群:589780530
相關推薦
Please install the Android Support Repository from the Android SDK Manager
最近拉取專案報了這麼個錯錯誤截圖原因分析沒有找到對應依賴的26.0.0,讓我們下載,按照提示開啟發現並沒有缺少Repository,並沒有什麼需要下載的。旁邊大佬說可能是各自的開發工具裡面的SDK有差距導致的;百度了下,發現,從api 26開始,support librari
Access restriction: The method createJPEGEncoder(OutputStream) from the type JPEGCodec is not access
rac err ssi cte encode rar eth -a gen 準備使用Java進行圖片壓縮的時候,使用 import com.sun.image.codec.jpeg.*; 結果出現錯誤: Access restriction: The me
[iOS] This application is modifying the autolayout engine from a background thread after the engine was accessed from the main t
遇到程式掛掉,發出的錯誤訊息: This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can
The coolest concept cars from the 2018 Paris Motor Show
This electric muscle car (pictured above) stole the show, acting as a design showcase for the future of Peugeot (which, may or may not be coming back to th
安裝android studio之後無法直接開啟SDK manager
之前安裝的android studio之後,SDK Manager和AVD Manager兩個執行程式雙擊都打不開頁面了,之前都是正常的,所以java環境變數的問題是不存在的。 SDK Manager本質上是執行tools目錄下面的android命令,執行 tools/an
Android ADT error, dx.jar was not loaded from the SDK folder
none folder all cep erro orm android-s 5.0 tar I was running Eclipse Neon.2 and the Android SDK Build-tools + platform-tools version 26 o
【故障處理】ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository
options 配置信息 解決 fail 可用 soc none fma 刪除 今天在使用冷備份文件重做從庫時遇到一個報錯,值得研究一下。 版本:MySQL5.6.27 一、報錯現象 dba:(none)> start slave; ERROR 1872 (H
[Git]Please make sure you have the correct access rights and the repository exists
perm not 配置 兩個 需要 acc repos http 機器 這個問題是這樣,需要在已有github賬號的A機器上,再創建一個github賬號,新賬號創建完畢,將代碼通過機器A push上之後,再另一臺機器B,clone 這個項目時報出了如下錯誤: Permiss
Git clone時出現Please make sure you have the correct access rights and the repository exists.問題已解決。
already 下載 cor 兩個 .com pair 賬戶 same 使用 看了好多資料終於搞定了git 中clone命令報錯這個問題,廢話不多說直接上步驟希望對大家有幫助。 1 刪除.ssh文件夾(直接搜索該文件夾)下的known_hosts(手動刪除即可
【已解決】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
No module named _tkinter, please install the python-tk package 解決方法總結
not 原因 sin 程序開發 找到 pytho iss 配置 重新 0. 前言 在ipython環境中,要用到matlotlib庫,運行.py文件時,提示以下錯誤: No module named _tkinter, please install the py
git下載代碼遇到的‘Please make sure you have the correct access rights and the repository exists’問題
log strong nbsp urn 成功 參考 刪除 ron mail 接著昨天的搭建博客,今天想直接把vuepress克隆到我的電腦上,結果出現了問題 忘記截圖了,反正就記得這麽一句話:‘Please make sure you have the correct
如何處理錯誤消息Please install the Linux kernel header files
ogr res not class 技術分享 src finished bfc 解決 Please install the Linux kernel "header" files matching the current kernel 當我啟動minilkube時遇到如下錯
Python import matplotlb.pyplot報錯:ImportError: No module named '_tkinter', please install the python3
Python import matplotlb.pyplot報錯:ImportError: No module named ‘_tkinter’, please install the python3 本文記錄了博主在遇到這個大坑以後重新登入Python中遇到的import matp
如何處理錯誤訊息Please install the Linux kernel header files
Please install the Linux kernel "header" files matching the current kernel 當我啟動minilkube時遇到如下錯誤訊息: Minikube setup with driver virtualbox Starting
如何處理錯誤訊息Please install the gcc make perl packages
如何處理這行錯誤訊息? Please install the gcc make perl packages from your distribution。 執行命令列:yum install gcc perl make 輸出: Loaded plugins: product-id, sea
Android版本庫不相容的問題all com.android.support libraries must use the exact same version specification
from : http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2017/0910/8491.html 如果引用的第三方庫的支援庫版本低於(或者不一致)app build.gradle中的支援庫版本,可
FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:
執行安裝mysql 報錯 [[email protected] mysql-mult]# ./scripts/mysql_install_db --defaults-file=conf/3306my.cnf FATAL ERROR: please install t
Android Studio2.3 All com.android.support libraries must use the exact same version specification...
今天匯入公司的一個專案,發現gradle出現如下情況 All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime c
(轉)git遇到的問題之“Please make sure you have the correct access rights and the repository exists.”
key pair 遇到 重新 出了 csdn ssh-key vat work 直接 對於git的提交一直很小心翼翼,感覺一不小心就會踩到莫名的坑。 這不, 某天commit 就遇到了On branch master nothing to commit (wor