-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class versions V1_5 or less must use F_NEW frames #26
Comments
我发现是更改了Firebase Performance框架的版本就会引起上面的问题,现在我使用的是版本如下,是没有问题的
但是,如果我把Firebase Performance框架的版本更改为下面的
就会出现上面的问题了,在构建apk的时候failed。 |
好的, |
麻烦使用 |
使用Android Studio4.1就会出现 plugin的api依赖gradle版本太低导致的 建议升级gradle版本 |
@Yumore 本地测试没有出现这样问题,你这个应该是你本地环境变量里配置的gralde版本过低了 |
@MichaelJokAr 我这里试过了0.1.2仍然还是有问题的,我写了个Demo,你可以跑起来试下打包的时候就是在plugin往各个Activity插桩的时候就还是报这个错,https://github.com/yinyangwu/FirebasePerformanceDemo.git |
FirebasePerformanceDemo里面project层级build.gradle,
app层级build.gradle,
以上是我的配置方案,执行打包命令:
报错信息:
gradle本地环境变量版本:
|
我使用的是Android Studio4.1 gradle 版本6.7-all 目前使用 classpath 'com.github.jokar:multi-languages.plugin:0.1.1' 我直接将源代码clone到本地配置完成之后也是有问题 plugin/build.gradle配置如下: dependencies { repositories { uploadArchives { publish { |
我第一次用, 也碰到这个问题了, 不知道怎么搞。 |
@Yumore |
好吧,我再试下新版本 |
经验证,0.1.4的版本还是没法处理这个Demo(https://github.com/yinyangwu/FirebasePerformanceDemo.git)中出现的问题:
|
关于这个问题,我还特地去问了下Firebase官方,他们测试后发现还是问题出在你写的这个plugin里面。 这里是他们的回复:
firebase/firebase-android-sdk#2183 麻烦大佬有时间的话,再深入研究一下哈,有劳了 |
@yinyangwu 已修复 |
大佬辛苦了,我试了下,现在真的可以了呃,太感谢了。
|
我使用的gradle版本如下:
我使用的multi-languages版本如下:
The text was updated successfully, but these errors were encountered: