uiwjs / react-native-alipay

基于 React Native 的宝支付包,已更新到最新的支付宝 SDK 版本,支持Android/iOS。
https://uiwjs.github.io/react-native-alipay/
MIT License
208 stars 49 forks source link

app打包失败 #24

Open luobao1207 opened 3 years ago

luobao1207 commented 3 years ago

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 :uiw_react-native-alipay project caused this error: /Users/jinqian/LuoBao/react-native/mega/node_modules/@uiw/react-native-alipay/android/libs/alipaySdk-15.7.9-20200727142846.aar

meiqi1992 commented 3 years ago

@luobao1207 您好,您解决了吗,我这里也遇到了,项目还着急

jaywcjlove commented 3 years ago

18