質問編集履歴

1

classpathの変更によるエラーの変化の記載

2021/06/25 17:10

投稿

ehyai
ehyai

スコア43

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,48 @@
94
94
 
95
95
 
96
96
 
97
+ 追記
98
+
99
+ build.gradle(Project)のclasspathを、
100
+
101
+ ```
102
+
103
+ classpath 'com.android.tools.build:gradle:3.2.0-alpha13'
104
+
105
+ ```
106
+
107
+ と書き換えて、invalidate and restartを押してAndroid Studioを再起動させたところ、エラーが以下のものに変わりました。
108
+
109
+ ```
110
+
111
+ Apply plugin com.android.application 108ms
112
+
113
+
114
+
115
+ java.lang.RuntimeException: Minimum supported Gradle version is 4.6. Current version is 4.4. If using the gradle wrapper, try editing the distributionUrl in C:\Android\Android_Studio_Applications(プロジェクト名)\gradle\wrapper\gradle-wrapper.properties to gradle-4.6-all.zip
116
+
117
+ at com.android.build.gradle.BasePlugin.checkGradleVersion(BasePlugin.java:706)
118
+
119
+ at com.android.build.gradle.BasePlugin.apply(BasePlugin.java:255)
120
+
121
+ at com.android.build.gradle.AbstractAppPlugin.apply(AbstractAppPlugin.java:127)
122
+
123
+ at com.android.build.gradle.AppPlugin.apply(AppPlugin.java:46)
124
+
125
+ at com.android.build.gradle.AppPlugin.apply(AppPlugin.java:38)
126
+
127
+ at org.gradle.api.internal.plugins.ImperativeOnlyPluginTarget.applyImperative(ImperativeOnlyPluginTarget.java:42)
128
+
129
+ at org.gradle.api.internal.plugins.RuleBasedPluginTarget.applyImperative(RuleBasedPluginTarget.java:50)
130
+
131
+ at
132
+
133
+ (以下非常に長いため省略いたします)
134
+
135
+
136
+
137
+ ```
138
+
97
139
 
98
140
 
99
141
  ### 補足情報(FW/ツールのバージョンなど)