我试图将react-native-health-connect添加到我们的React Native应用程序中。添加此库后,我将最小 SDK 更改为 26,将compileSdkVersion 更改为 34。进行这些更改后,出现以下错误:
该类从 /Users/apple/.gradle/caches/transforms-3/b60c0c5574f97806b258b157ffbff0eb/transformed/jetified-connect-client-1.1.0-alpha06-api.jar!/androidx/health/connect/client/units 加载/Power.class
失败:构建已完成,但有 2 次失败。
任务“:react-native-health-connect:compileDebugKotlin”执行失败。
我将 kotlinVersion = '1.6.10' 更改为 kotlinVersion = '1.8.0',并添加了版本 1.6.1 的 @shopify/flash-list 库。该应用程序现在运行良好。