command: ./gradlew assembleRelease
What went wrong:
Execution failed for task ':react-native-easebuzz-kit:bundleReleaseLocalLintAar'.
> Error while evaluating property 'hasLocalAarDeps' of task ':react-native-easebuzz-kit:bundleReleaseLocalLintAar'
> Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be
packaged in the resulting AAR. Previous versions of the Android Gradle Plugin produce broken AARs in this case too (despite not throwing this error). The following direct local .aar file dependencies of the :react-native-easebuzz-kit project caused this error: C:\Users\Soed\Desktop\my-app\node_modules\react-native-easebuzz-kit\android\libs\peb-lib-android-x.aar
i was trying to generate apk but it failed .I tried the solutions here but no luck