Giter VIP home page Giter VIP logo

Comments (7)

olivierproffit avatar olivierproffit commented on June 24, 2024

@terencemackie by any chance, have you already reached to our developer support https://github.com/webex/webex-android-sdk ?

from webex-android-sdk.

mrjaimisra avatar mrjaimisra commented on June 24, 2024

@terencemackie the link to support is https://developer.webex.com/support

from webex-android-sdk.

terencemackie avatar terencemackie commented on June 24, 2024

Hi @olivierproffit yes, I contacted webex developer support. The only response I got was "it should work". I did speak to one of the business reps who did provide some help, and ended up recommending that we do not use the sdk but the webex android application instead.

The end result is that the webex andoird sdk does not support <26. An update to the readme might be in order. :)

It's a shame, because embedding the webex interface within an application can result in a much smoother experience for the user.

from webex-android-sdk.

olivierproffit avatar olivierproffit commented on June 24, 2024

Hi @terencemackie sorry to hear that you didn't get the answer we were waiting for. Usually chatting with the dev support in the space #webex4devs is very effective. But for more follow-up or deeper troubleshooting, you can also open a ticket by sending your issue details by email to [email protected].
On your specific issue, we've seen it in the past due to missing configuration in the app's build script. Our prerequisites are right.
Depending on the error message, you may need to include the following in the app's gradle script.
This is often because the app uses lambda or something else. it’s usually not related to SDK version or api level.
android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } }
Please let us know if it solves your issue.

from webex-android-sdk.

olivierproffit avatar olivierproffit commented on June 24, 2024

@terencemackie checking if it's solved for you ?

from webex-android-sdk.

terencemackie avatar terencemackie commented on June 24, 2024

Hi @olivierproffit , this didn't solve the problem. I was discussing this issue with one of the Webex reps, but the end result was to switch to Android >= 26 (or not use webex). I am no longer working on the application, so I can't provide more details than what I have already (or by trying the demo application).

Kind regards,

Terence

from webex-android-sdk.

olivierproffit avatar olivierproffit commented on June 24, 2024

Ok, closing this issue since you don't work on it anymore but let me know if we need to investigate more.

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.