无法解析com.facebook.reeact:react-native:+

发布于 2025-02-13 03:41:38 字数 338 浏览 2 评论 0原文

没有logro buildear mi aplicacion y y y ya probado de todo,cambie com.facebook.reeact.reeact:react-native:+ en android/app/app/build grad gradle por com.face.face.face.face.face.face.reeact:react - 本地:0.68.2 y nada,探测consygando,borrando,y editando el jcenter()de buil-gradle y坦波克。 ya no se que mas probar。

No logro buildear mi aplicacion y ya he probado de todo, cambie com.facebook.react:react-native:+ en android/app/build-gradle por com.facebook.react:react-native:0.68.2 y nada, probe agregando, borrando, y editando el jcenter() de buil-gradle y tampoco.
Ya no se que mas probar.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒儿 2025-02-20 03:41:38

在您的项目目录中,转到Android/build.gradle更新此。它对我有用。

buildscript {
    repositories {
        google()
        //jcenter() --> comment this 
        gradlePluginPortal() --> add this. 
    }
}
allprojects {
    repositories {
        mavenLocal()
        gradlePluginPortal() --> add this
       //jcenter() --> comment this
}

}

In your project directory go to android/build.gradle update this. it works for me.

buildscript {
    repositories {
        google()
        //jcenter() --> comment this 
        gradlePluginPortal() --> add this. 
    }
}
allprojects {
    repositories {
        mavenLocal()
        gradlePluginPortal() --> add this
       //jcenter() --> comment this
}

}

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文