0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Force Resolve すると resolution failed になる時の対処法 [AdMobで広告が表示されない]Failed to fetch the following dependencies

Posted at

Unity のバージョンを上げると、広告が表示されなくなった時の対処法です。

バージョン

Unity 2019.4.12f

AdMob 5.20

エラー内容

Force Resolve するとfailed to resolution

エラー内容は

force resolve Failed to fetch the following dependencies: com.google.android.gms:play-services-ads:19.3.0

対処法

Delete Resolved Libraries の後、

Windowsでは

C:\Users\name.gradle\wrapper\dists\gradle-5.1.1

Macでは

/Users/name/.gradle/wrapper/dists/gradle-5.1.1-bin

を消去して、もう一度Folce Resolveすることで対応できます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?