paytabscom / flutter-sdk-bridge

MIT License
12 stars 11 forks source link

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

Closed EquitysoftLakhan closed 3 years ago

EquitysoftLakhan commented 3 years ago

What went wrong: Execution failed for task ':flutter_paytabs_bridge_emulator:bundleDebugAar'.

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 :flutter_paytabs_bridge_emulator project caused this error: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\flutter_paytabs_bridge_emulator-1.0.8\android\paytabs_sdk\paytabs_sdk.aar

mohamedkhairy953 commented 3 years ago

Please describe the scenario and the environment you are working on