Code Monkey home page Code Monkey logo

Comments (8)

olivierproffit avatar olivierproffit commented on July 18, 2024

Thanks @gmoens-vuzix for reporting. We are working on it as we speak.

from webex-android-sdk.

kliu avatar kliu commented on July 18, 2024

Please refresh the gradle dependencies for the fix.

from webex-android-sdk.

gmoens-vuzix avatar gmoens-vuzix commented on July 18, 2024

Confirmed. I had to delete 2.6.0 from my gradle cache. But once I did, it downloaded it again and the fix was there. Thanks!

from webex-android-sdk.

gmoens-vuzix avatar gmoens-vuzix commented on July 18, 2024

This error is back again, same stack trace. Clearing gradle cache did not help.

from webex-android-sdk.

gmoens-vuzix avatar gmoens-vuzix commented on July 18, 2024

When I download the zip file (webex-android-sdk-2.6.0.zip) and look at the PhoneImpl.java source, I see the fix is there:

            Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(H264LicensePrompter.LICENSE_URL));
            browserIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
            this.getContext().startActivity(browserIntent);

But the artifacts downloaded via gradle/maven (androidsdk-2.6.0-sources.jar), no longer have the fix:

            Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(H264LicensePrompter.LICENSE_URL));
            this.getContext().startActivity(browserIntent);

from webex-android-sdk.

KunNiu avatar KunNiu commented on July 18, 2024

@gmoens-vuzix , you can try the snapshot version 2.7.0-SNAPSHOT as follow steps
1, Add snapshot maven repo to project's build.gradle

maven {
            url 'https://devhub.cisco.com/artifactory/webexsdk-SNAPSHOT/'
        }

2, Change version number in app's build.gradle

implementation('com.ciscowebex:androidsdk:2.7.0-SNAPSHOT@aar', {
        transitive = true
        changing = true
    })

from webex-android-sdk.

gmoens-vuzix avatar gmoens-vuzix commented on July 18, 2024

@KunNiu yes, 2.7.0-SNAPSHOT works fine. This appears to only be a problem with the 2.6.0 artifacts that come from artifactory. Back on Oct 1st, those were working.

from webex-android-sdk.

gmoens-vuzix avatar gmoens-vuzix commented on July 18, 2024

This is resolved with the release of SDK 2.7.0.

from webex-android-sdk.

Related Issues (20)

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.