Unsupported method: BaseConfig.getApplicationIdSuffix().

IDEAndroid Studio

問題発生

 状態:解決済  閲覧数:2,881  投稿日:2018-05-09  更新日:2018-05-09

既存プロジェクト取込


プロジェクト作成する最初の画面で、「Open an existing Android Studio project」を選択したら、エラー発生

エラーメッセージ


Unsupported method: BaseConfig.getApplicationIdSuffix().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
サポートされていないメソッド:BaseConfig.getApplicationIdSuffix()。
あなたが接続するGradleのバージョンは、そのメソッドをサポートしていません。
この問題を解決するには、接続するGradleのターゲットバージョンを変更またはアップグレードすることができます。
または、この例外を無視して、モデルから他の情報を読み取ることもできます。

エラー原因


Gradleバージョンが合っていない

エラー対応


File -> Project Structure -> Project
・Gradle バージョンを変更

実際に遭遇した例

 閲覧数:601 投稿日:2018-05-09 更新日:2018-05-09

エラーメッセージ


Unsupported method: BaseConfig.getApplicationIdSuffix().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.

修正対応


指定バージョン変更
・File -> Project Structure -> Project

Gradle Vergion
・2.4 → 4.4

Android Plugin Vergion
・1.3.0 → 3.1.2

build


buildしたらまたエラー発生
Could not find com.android.tools.build:gradle:3.1.2.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.2/gradle-3.1.2.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.2/gradle-3.1.2.jar
Required by:
project :
Add Google Maven repository and sync project
Open File
Enable embedded Maven repository and sync project
・その下に掲載されていたリンクをクリックしたら、エラー表示されないようになった


「Android Studio 3.1.2」でプロジェクト削除するためには、物理的にキーボードの「Delete」キーを押す必要がある

The specified Android SDK Build Tools version (23.0.2) is ignored



週間人気ページランキング / 7-7 → 7-13
順位 ページタイトル抜粋 アクセス数
1 Android FAQ 23
2 キーバインドの競合が発生しました。 通常のアクセラレーター操作を妨げる可能性があります。 | エラー(エラー) 2
2 この行に複数マーカーがあります | エラー(エラー) 2
2 ○○は解決できないか、フィールドではありません | エラー(エラー) 2
3 PCのエミュレータ上で動かしているAndroidアプリで、ローカルファイルを保存したとき、何処に保存されているの? 1
3 Android Studio の Designプレビュー で、ウィジェットを中央に配置 | Android Studio(IDE) 1
3 2.「DDMS」利用 1
3 「SQLite dumpデータ」を出力しても無意味 1
3 public 型 ★★ はそれ独自のファイル内に定義されなければなりません | エラー 1
3 「Live Template」で「fbc」が表示されない | Android Studio(IDE) 1
3 Eclipse … 行番号表示 | Eclipse(IDE) 1
3 レイアウト カテゴリー 1
3 Androidエミュレータで、PCキーボード入力を有効にしたい | エミュレータ(環境構築) 1
3 仕組み カテゴリー 1
3 Android Studio(IDE) カテゴリー 1
3 ★★を変数に解決できません | エラー(エラー) 1
3 複数画面が存在する時、起動後初期表示される画面はどこで決まるの? | 仕組み 1
3 エミュレータ利用時、「adb shell」ルートパスが、Windows全体ではどの位置にあるか知りたい | エミュレータ(環境構築) 1
3 Package '■■' depends on 'Missing SDK Platform Android, API ★★' | エラー 1
2026/7/14 5:05 更新