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
阅读 608
1 个回答

修改为下面的配置:

"compatibleSdkVersion": "5.0.0(12)",