GithubHelp home page GithubHelp logo

0.60 Android build error about react-native-zendesk HOT 10 OPEN

dcvz avatar dcvz commented on September 10, 2024
0.60 Android build error

from react-native-zendesk.

Comments (10)

jitish2 avatar jitish2 commented on September 10, 2024 2

Facing the same issue with Latest version 2.0.1. Showing "Could not find com.zendesk:support:3.0.1."

from react-native-zendesk.

raldred avatar raldred commented on September 10, 2024

You need to configure a few extra things for the SDK
https://developer.zendesk.com/embeddables/docs/android-support-sdk/sdk_add

from react-native-zendesk.

dcvz avatar dcvz commented on September 10, 2024

I believe this has been fixed now with version 2.1.0 thanks to @raldred :)

from react-native-zendesk.

marciok avatar marciok commented on September 10, 2024

Having the same issue with android.

from react-native-zendesk.

raldred avatar raldred commented on September 10, 2024

@marciok are you definitely using the latest build? This has been fixed.

from react-native-zendesk.

raldred avatar raldred commented on September 10, 2024

from react-native-zendesk.

jitish2 avatar jitish2 commented on September 10, 2024

@raldred Sorry I wrote wrong. It was 2.1.0.

from react-native-zendesk.

gurglet avatar gurglet commented on September 10, 2024

I couldn't get the build running without adding the Zendesk maven url to my global build.gradle like this:

allprojects {
    repositories {
        mavenLocal()
        maven { url("$rootDir/../node_modules/react-native/android") }
        maven { url("$rootDir/../node_modules/jsc-android/dist") }
        google()
        jcenter()
        maven { url 'https://zendesk.jfrog.io/zendesk/repo' }
    }
}

from react-native-zendesk.

rafaelbpa avatar rafaelbpa commented on September 10, 2024

@gurglet tried you solution, but still the same error of @jitish2 . It says can't find the com.zendesk:support:3.0.1

anyone can help?

from react-native-zendesk.

rafaelbpa avatar rafaelbpa commented on September 10, 2024

@gurglet seems like my maven is not searching in the zendesk repo to download the files, but I put the url on the repositories list... Am I missing something?

repositories {
    google()
    jcenter()
    maven { 
        url 'https://jitpack.io'
     }
    maven {
        url 'https://maven.fabric.io/public'
    }
    maven { 
        url 'https://zendesk.jfrog.io/zendesk/repo'
    }
}

from react-native-zendesk.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.