Android專案編譯報錯Failed to resolve: firebase-iid-interop
問題說明
很久以前的一個可以編譯執行的Android,今天重新開啟後發現編譯時報錯
Failed to resolve: firebase-iid-interop
Open File
Failed to resolve: play-services-basement
Open File
解決辦法
修改 build.gradle 檔案,將其中 jcenter() 和 google() 兩個倉庫換一下順序,比如
allprojects {
repositories {
jcenter()
google()
mavenCentral( )
}
}
換成
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}
參考
https://stackoverflow.com/questions/51195242/failed-to-resolve-firebase-iid-interop
相關推薦
Android專案編譯報錯Failed to resolve: firebase-iid-interop
問題說明 很久以前的一個可以編譯執行的Android,今天重新開啟後發現編譯時報錯 Failed to resolve: firebase-iid-interop Open File Failed to resolve: play-services-basement Open
轉:springboot專案啟動報錯Failed to configure a DataSource: 'url' attribute is not specified and no embedde
*************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute
eclipse起專案tomcat報錯 Failed to start component [StandardEngine[Catalina].StandardHost[localhost].
嚴重: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start componen
轉:springboot專案啟動報錯Failed to configure a DataSource: 'url' attribute is not specified and no embedde
*************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url'
springboot專案啟動報錯Failed to configure a DataSource: 'url' attribute is not specified and no embedded..
*************************** APPLICATION FAILED TO START *************************** Description:
使用better-scroll實現滾動選單時,出現報錯“Failed to resolve directive: el”解決方案。
錯誤詳情: 使用better-scroll實現滾動選單時,報錯“Failed to resolve directive: el”。 錯誤原因: 這是因為v-el在vue2.x以後被淘汰。使用新的標籤ref替換v-el,下面是修改的方法。 解決
開啟安卓專案報錯Failed to load E:\android\android-sdk-windows\build-tools\26.0.2\lib\dx.ja Unable to build:
當我們將安卓環境成功搭建號之後,新建下一個專案準備執行時,突然發現,eclipse報錯: Failed to load (%ANDROID_SDK__HOME%)\build-tools\26.0.0
Android Studio 3.1.4 報錯Failed to find style 'coordinatorLayoutStyle' in current theme
使用最新版的AS3.1.4安裝後 執行hello world程式,預覽報錯Failed to find style ‘coordinatorLayoutStyle’ in current theme。 如圖。 網上找了些方法,沒解決,然後去Google找了下,在stackoverflo
Eclipse中部署專案時,Tomcat啟動報錯 “Failed to start component [StandardServer[8005]]”的解決方法
【錯誤現象】SEVERE: The required Server component failed to start so Tomcat is unable to start. org.apache.catalina.LifecycleException: F
RK 6.0 專案編譯報錯:android.net.wif... cannot be found in source files,imported jack lib or classpatch
自己寫的原始碼,放到7.1和8.1上面編譯都沒有問題,在6.0上編譯的時候報android.net.wif… cannot be found in source files,imported jack lib or classpatch 看到這個錯誤時有點蒙,猜測是和libs或api有關係
升級 android studio 報錯Unable to resolve dependency for ':
Eclipse中部署專案時,Tomcat啟動報錯 “Failed to start component“
你修改了tomcat的server.xml檔案,如下
<Host appBase="webapps" autoDeploy="true" name="localhost" unpackWARs="true">
<
Run as啟動專案時總報錯Failed to start component [StandardEngine[Tomcat].StandardHost[localhost].StandardCont
[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------
Android Studio報錯Unable to resolve dependency for ':[email
Android Studio報錯Unable to resolve dependency for’:[email protected]/compileClasspath’:無法引用任何外部依賴的解決辦法 Android Studio 在引用外部依賴時
專案報錯-failed to find build tools revision 26.0.1
問題: failed to find build tools revision 26.0.1 原因: build tools revision版本不對 解決方法: 第一步: tools ->android ->sdk manager-
android studio 報錯Failed to save settings解決方法
1.先Enable Android SUPPORT,可以在file->setting->plugin設定2.嘗試刪除C:\Users\Administrator下面的.AndroidStudio/config, .AndroidStudio/system and
新建專案報錯 Failed to execute aapt
很久沒做安卓開發了,以前開發安卓的使用大多用的是eclipse,覺得也挺方便的。不過既然谷歌推薦使用android studio,也有他的道理,於是就嘗試一下。沒想到,裝了android studio 後,新建專案,報錯 Error:FAILURE: Build faile
Docker中啟動mysql報錯: Failed to get D-Bus connection
-- oop 鏡像文件 com port oot roo 生成 systemctl docker版本:[root@localhost ~]# docker versionClient: Version: 1.10.3 API version: 1.2
最新cenos執行service httpd restart 報錯Failed to restart httpd.service: Unit not found.
service 通過 gpo spa word com 註意 命名 執行 原來是需要將Apache註冊到Linux服務裏面啊!註冊Apache到Linux服務在Linux下用源代碼方式編譯安裝完Apache後,啟動關閉Apache可以通過如下命令實現: /usr/loca
Chrome開發者模式報錯Failed to load resource問題分析
cache 隨著 httpwatch not 瀏覽器 resource console 代碼 gpo 在調試Web程序時,console.log輸出的調試信息會顯示在Chrome瀏覽器開發者模式中的Console中,但是會伴隨著一條報錯信息: Failed to loa