1. 程式人生 > >Gradle DSL method not found: 'google()'...

Gradle DSL method not found: 'google()'...

這是gradle版本原因造成的,如果不想升級gradle版本到2.3.2以上,需要使用原來低版本的方法。

Gradle DSL method not found: 'google()'
Possible causes:<ul><li>The project 'BottomNavigation' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
Upgrade plugin to version 2.3.2 and sync project</li><li>The project 'BottomNavigation' may be using a version of Gradle that does not contain the method.
Open Gradle wrapper file</li><li>The build file may be missing a Gradle plugin.

Apply Gradle plugin</li>

解決辦法:將google()修改為:

//        google()
maven {
            url 'https://maven.google.com/'
name 'Google'
}

Gradle DSL method not found: 'testImplementation()'
Possible causes:<ul><li>The project 'BottomNavigation' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
Upgrade plugin to version 2.3.2 and sync project</li><li>The project 'BottomNavigation' may be using a version of Gradle that does not contain the method.
Open Gradle wrapper file</li><li>The build file may be missing a Gradle plugin.

Apply Gradle plugin</li>

解決辦法:將testImplementation修改為testCompile

將implementation修改為compile

androidTestImplementation修改為androidTestCompile

相關推薦

Gradle DSL method not found: 'google()'...

這是gradle版本原因造成的,如果不想升級gradle版本到2.3.2以上,需要使用原來低版本的方法。Gradle DSL method not found: 'google()'Possible causes:<ul><li>The project

Error:(23, 0) Gradle DSL method not found: 'google()'

repositories { mavenCentral() google() } dependencies { implementation 'com.github.bumptech.glide:glide:4.4.0' annotatio

Gradle DSL method not found: 'google()'

wrap pos per 解決方法 andro android for androi contain 報錯信息如下:Gradle DSL method not found: ‘google()‘Possible causes:<ul><li>The

Gradle DSL method not found: 'runProguard'解決辦法

自從升級了1.0 RC版本的android studio 後,github上的一些工程在import的時候gradle就開始報錯了。解決辦法如下: 來自stackoverflow的帖子:http://stackoverflow.com/questions/27078075/grad

Error:(36, 0) Gradle DSL method not found: 'implementation()' Possible cause

最近在引用庫檔案時使用了implementation這個引數,接下來就遇到編譯錯誤,原來使用這個引數需要Android 3.0.0,gradle版本必須在3.4以上 To use the DSL implementation() you have to use

android studio 報錯: Gradle DSL method not found: 'Android()'

這中錯多是匯入別的專案時版本號不一致導致的。 修改 progject-app-build.gradle中的檔案 將compoleSdkVerison 和buildToolVersion改成適合

as開發中遇到Gradle DSL method not found: ‘android()’錯誤的解決辦法

錯誤圖如下: 解決方法如下:刪除掉最外層build.gradle檔案中的 Android{ compileSDKversion:xx buildToolsversion:xx } 然後同步重新整

android studio專案換電腦後重新執行報的莫名其妙的錯誤Gradle DSL method not found: 'apply()

報錯型別 Error:(1, 0) Gradle DSL method not found: ’apply()’ Possible causes:The project ‘GgAndBd’ may be using a version of th

Gradle DSL method not found: 'implementation()'錯誤解決

今天在hithub上面下載了一個liblary後使用as進行gradle資料一直提示Gradle DSL method not found: 'implementation()',各種百度後得到一個答

Gradle sync failed: Gradle DSL method not found: 'compile()',Consult IDE log for more details

同步gradle出現 Gradle sync failed: Gradle DSL method not found: ‘compile()’,Consult IDE log for more de

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

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

導致Gradle DSL method not found: 'compile()' 的原因之一

有時候使用AndroidStudio的過程中總是遇到一些蛋疼的問題,今天就遇到一個Gradle DSL method not found: 'compile()' ,經過不斷摸索發現原因竟然是: dependencies { }中的所有 compile 語句必須換行書寫,不

Gradle DSL method not found: 'useLibrary()'

解決辦法:修改settings.gradle裡面引用的配置,如果你沒有引用庫了請將引用後面的‘:library去掉’ include ':app', ':library' 去掉庫

解決Gradle DSL method not found: ‘android()’

最近匯入as的專案出了這樣的問題 解決方法: 刪掉最外層的build.gradle中的 android { compileSdkVersion 19 buildToolsVersion &#039;21.1.1&#039;

Error:Unable to make the module:***, related gradle configuration was not found. Please, re-import the Gradle project and try again.

RR ble err alt conf related error: found ref 打開idea的 View -> Tool Windows -> Gradle.然後點擊 Refresh Error:Unable to make the mod

在Eclipse中使用BmobSDK時報錯java.lang.UnsatisfiedLinkError:Native method not found

使用BmobSDK時系統報錯java.lang.UnsatisfiedLinkError:Native method not found:cn.bmob.v3.helper.BmobNative.init### 最近在使用BmobSDK,執行程式時控制檯報錯java.lang.Uns

java.lang.UnsatisfiedLinkError: Native method not found:

今天藉助Github上的一個專案做二維碼掃碼功能,接用了這個專案的so庫和java API。 呼叫方法時提示報錯,提示 java.lang.UnsatisfiedLinkError: Native method not found: 首先確定so庫已經載入成功: 查詢許久

解決 Native method not found: com.baidu.platform.comjni.map.commonmemcache.JNICommonMemCache.Create:()

1.Android studio 專案中整合百度地圖sdk報以下錯誤: java.lang.UnsatisfiedLinkError: Native method not found: com.baidu.platform.comjni.map.commonmemcache.JNICom

io.grpc.StatusRuntimeException: UNIMPLEMENTED: Method not found

今天真無語,用grpc搞了很久,遇到這個錯  Method not found: BusinessRecommendService/query     at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCa

java.lang.UnsatisfiedLinkError: Native method not found:問題解決

這個問題一般是java宣告的native方法名稱和.c .h裡面的函式名稱不一樣導致,特別注意專案更換的時候包的名稱,因為.c .h裡面的函式名稱要加上在java裡面包的名稱。 如之前專案包名是: package com.example.hellojni; .c .h裡面