flutter_alipay icon indicating copy to clipboard operation
flutter_alipay copied to clipboard

flutter_alipay:bundleDebugAar

Open hebeiliang opened this issue 4 years ago • 1 comments

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_alipay project caused this error: D:\flutter\.pub-cache\hosted\pub.flutter-io.cn\flutter_alipay-1.0.0\android\libs\alipaySdk-15.7.5-20200422171619.aar

hebeiliang avatar Dec 23 '20 08:12 hebeiliang

是什么原因啊

wskkhn-hezhong avatar Mar 31 '21 08:03 wskkhn-hezhong