HarmonyOS 鸿蒙Next集成华为推送 Could not create task ':app:transformClassesWithAPMSPluginForDebug' 版本不兼容问题

发布于 1周前 作者 yibo5220 来自 鸿蒙OS

HarmonyOS 鸿蒙Next集成华为推送 Could not create task ‘:app:transformClassesWithAPMSPluginForDebug’ 版本不兼容问题

gradle 版本 8.2

agp 版本 7.2.2

build.gradle app中引入

implementation com.huawei.hms:push:6.12.0.300

使用 

apply plugin: ‘com.huawei.agconnect’

cke_4997.png

同步不通过

> Could not create task ‘:app:transformClassesWithAPMSPluginForDebug’.

   > Cannot use @TaskAction annotation on method IncrementalTransformTask.transform() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

 

什么版本不兼容导致的

1 回复

针对HarmonyOS鸿蒙系统Next集成华为推送时出现的Could not create task ':app:transformClassesWithAPMSPluginForDebug'版本不兼容问题,通常是由于项目中某些依赖库或插件与当前使用的HarmonyOS SDK版本不兼容所致。建议检查以下几点:

  1. 确认所有依赖库和插件都已更新到与HarmonyOS Next兼容的版本。
  2. 查看build.gradle文件,确认classpathdependencies中的版本是否一致且兼容。
  3. 清理并重新构建项目。

如果问题依旧没法解决请加我微信,我的微信是itying888。

回到顶部