btrace icon indicating copy to clipboard operation
btrace copied to clipboard

AGP 8.0 适配问题咨询

Open KollerWithDoris opened this issue 8 months ago • 5 comments

"android.registerTransform" is obsolete. It will be removed in version 8.0 of the Android Gradle plugin. The Transform API is removed to improve build performance. Projects that use the Transform API force the Android Gradle plugin to use a less optimized flow for the build that can result in large regressions in build times. It’s also difficult to use the Transform API and combine it with other Gradle features; the replacement APIs aim to make it easier to extend the build without introducing performance or correctness issues.

There is no single replacement for the Transform API—there are new, targeted APIs for each use case. All the replacement APIs are in the androidComponents {} block. For more information, see https://developer.android.com/studio/releases/gradle-plugin-api-updates#transform-api.

8.0版本已经remove掉registerTransform 导致 rhea plugin 源码编译不过,想请问一下何时适配

官方建议使用instrumentation api。 https://developer.android.com/studio/releases/gradle-plugin-api-updates?hl=zh-cn#transform-api

KollerWithDoris avatar Oct 12 '23 02:10 KollerWithDoris

同期待何时适配AGP 8.0

treanow avatar Nov 09 '23 02:11 treanow

这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

KollerWithDoris avatar Nov 09 '23 02:11 KollerWithDoris

遇到了同样的问题, 希望能尽快适配下

xiaoxincoder avatar Nov 29 '23 13:11 xiaoxincoder

这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

KollerWithDoris avatar Nov 29 '23 13:11 KollerWithDoris

遇到了同样的问题, 希望能尽快适配下

anpen avatar Mar 07 '24 10:03 anpen