facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 909 forks source link

项目本来正常运行,安装这个包后,各项配置都全部完成,编译报错。 #783

Closed yanwzhang closed 3 years ago

yanwzhang commented 3 years ago

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings 306 actionable tasks: 306 executed

yanwzhang commented 3 years ago

不是gradle的问题,也不是这个包的问题,是因为项目中android方法过多,导致编译报错。在gradle中添加: defaultConfig { // ... multiDexEnabled true }