HarmonyOS axios三方库报错问题?

axios安装了版本2.2.2之后报错:

ERROR: The compatibleSdkVersion 11 cannot be smaller than version 12 declared in library [:library] as the library might be using APIS not available in 11
阅读 606
1 个回答

修改为下面的配置:

"compatibleSdkVersion": "5.0.0(12)",
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进