タグ付けされた質問 「firebase-performance」

2
不正なクラスファイル:クラスmodule-infoにスーパータイプがありません。クラスファイルバージョン53
プロジェクトにfirebase perf依存関係を追加すると、このエラーが発生します。Illegal class file: Class module-info is missing a super type. Class file version 53. 私のGradleとgoogleサービスのプロジェクトレベルの依存関係は classpath 'com.android.tools.build:gradle:3.5.1' classpath 'com.google.gms:google-services:4.3.2' そして、私は彼らのドキュメントhttps://firebase.google.com/docs/perf-mon/get-started-androidに記載されている正確な手順に従いました。 Android Studioのキャッシュをクリーンアップして再構築し、クリアしてみました。 また、StackOverflowから同様に問題解決を試みました プロジェクトレベルのビルドグラドル // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() maven { url 'https://maven.google.com' } …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.