「Android/開発環境/AndroidStudio/3.2対応」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==Could not find com.android.tools.build:aapt2:3.2.0エラー== プロジェクト直下のbuild.gradle allprojects { repositories { jcenter() goo...」) |
(→Could not find com.android.tools.build:aapt2:3.2.0エラー) |
||
行3: | 行3: | ||
allprojects { | allprojects { | ||
repositories { | repositories { | ||
− | |||
google() // これを追加 | google() // これを追加 | ||
+ | jcenter() | ||
} | } | ||
} | } | ||
参考:https://stackoverflow.com/questions/50279792/could-not-find-com-android-tools-buildaapt23-2-0 | 参考:https://stackoverflow.com/questions/50279792/could-not-find-com-android-tools-buildaapt23-2-0 |
2018年10月25日 (木) 01:11時点における版
Could not find com.android.tools.build:aapt2:3.2.0エラー
プロジェクト直下のbuild.gradle
allprojects { repositories { google() // これを追加 jcenter() } }
参考:https://stackoverflow.com/questions/50279792/could-not-find-com-android-tools-buildaapt23-2-0