xml ファイル GoogleDependencyFlurryPlugin.xml を見つけました
<dependencies>
<dependency><groupId>com.google.android.gms</groupId><artifactId>play-services-base</artifactId><version>8.4+</version></dependency>
<dependency><groupId>com.google.android.gms</groupId><artifactId>play-services-basement</artifactId><version>8.4+</version></dependency>
</dependencies>
実際、xml ファイル GoogleDependencyPlayGameServicesPlugin.xml
<dependencies>
<dependency><groupId>com.google.android.gms</groupId><artifactId>play-services-games</artifactId><version>8.4+</version></dependency>
<dependency><groupId>com.google.android.gms</groupId><artifactId>play-services-plus</artifactId><version>8.4+</version></dependency>
</dependencies>
今、ある時点で、以前のファイルには
play-services-base > または < play-services-basement
そして、それが大きな問題を引き起こしたようです。AndroidJavaException: java.lang.NoSuchMethodError:一度デバイスで実行すると。
Android の専門家の皆さん、「base」があれば「basement」が必要ということですか? それともその逆ですか?
確かに、WRT play-services-games または play-services-plus のいずれかまたは両方が何らかの形で依存している (または矛盾している) 基地/地下室?