Questions tagged «firebase-performance»

2
非法的类文件:类module-info缺少超级类型。类文件版本53
当我在我的项目中添加firebase perf依赖项时,出现此错误Illegal class file: Class module-info is missing a super type. Class file version 53. My Gradle和google services项目级依赖项是 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问题解决方案 项目级构建gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() maven { url …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.