Код: Выделить всё
A problem occurred configuring project ':react-native-firebase_app'.
> Could not determine the dependencies of null.
> Could not resolve all task dependencies for configuration ':react-native-firebase_app:classpath'.
> Could not resolve gradle.plugin.io.invertase.gradle:react-native:1.5.
Required by:
project :react-native-firebase_app > io.invertase.gradle.build:io.invertase.gradle.build.gradle.plugin:1.5
> Could not resolve gradle.plugin.io.invertase.gradle:react-native:1.5.
> Could not get resource 'https://plugins.gradle.org/m2/gradle/plugin/io/invertase/gradle/react-native/1.5/react-native-1.5.pom'.
> Could not GET 'https://plugins.gradle.org/m2/gradle/plugin/io/invertase/gradle/react-native/1.5/react-native-1.5.pom'.
> Got SSL handshake exception during request. It might be caused by SSL misconfiguration
> PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.`your text`
Код: Выделить всё
systemProp.gradle.internal.http.sslDisable=true
systemProp.gradle.internal.https.sslDisable=true
PS: Я также уже установил сертификаты в хранилище ключей< /p>
Я пытался отключить проверку SSL с помощью этих команд в gradle.properties
Код: Выделить всё
systemProp.gradle.internal.http.sslDisable=true
systemProp.gradle.internal.https.sslDisable=true.
Подробнее здесь: https://stackoverflow.com/questions/790 ... nvironment
Мобильная версия