paytabscom / react-native-paytabs-library

Bridge library for native IOS/Android Paytabs libraries
https://site.paytabs.com/en/
MIT License
15 stars 15 forks source link

Direct local .aar file dependencies are not supported when building an AAR #15

Open michelazzam opened 3 years ago

michelazzam commented 3 years ago

Dear,

Can anyone provide any sort of support relating this issue. When building the application using ./gradlew assembleRelease The following error is occurring

`

Task :paytabscom_react-native-paytabs-emulator:bundleReleaseAar FAILED

_Build failed with an exception._ What went wrong: Execution failed for task ':paytabscom_react-native-paytabs-emulator_bundleReleaseAar'_

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 :paytabscom_react-native-paytabs-emulator project caused this error: <>\node_modules\@paytabscom\react-native-paytabs-emulator\android\paytabs_sdk\paytabs_sdk.aar`

Gradle version 6.5