Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading latest 3.7.0 with existing 2.8.0.5-SNAPSHOT@aar #127

Open
PatelDhrupal opened this issue Nov 3, 2022 · 6 comments
Open

Upgrading latest 3.7.0 with existing 2.8.0.5-SNAPSHOT@aar #127

PatelDhrupal opened this issue Nov 3, 2022 · 6 comments

Comments

@PatelDhrupal
Copy link

PatelDhrupal commented Nov 3, 2022

Hello Team,

I have upgraded CISCO lib from 2.8.0.5-SNAPSHOT@aar to 3.7.0.

My application is crashing when i am trying to initialise webex:
JWTAuthenticator authenticator = new JWTAuthenticator(); Webex webex = new Webex(currentApplication, authenticator); webex.initialize(new CompletionHandler<Void>() { @Override public void onComplete(Result<Void> result) { } });

Error getting:
image

Following is set up information:

  1. distributionUrl=https://services.gradle.org/distributions/gradle-6.9-all.zip
  2. buildToolsVersion = "31.0.0"
    minSdkVersion = 24
    compileSdkVersion = 31
    targetSdkVersion = 31
@jeffmars
Copy link

jeffmars commented Nov 3, 2022

There are some changes in 3.x when it comes to the way you need to initialize the SDK. Have you reviewed the migration guide that's in the wiki, https://github.com/webex/webex-android-sdk/wiki?

@Stackflood
Copy link

Hi @PatelDhrupal , I am facing the same issue. Are you able to fix this ?

@Stackflood
Copy link

@jeffmars , I am initialising it as given in the wiki, but still facing the above issue.

@jbenyovs
Copy link

@Stackflood please check the migration guide Jeff referenced https://github.com/webex/webex-android-sdk/wiki and try to upgrade to the newest release, which is 3.10 .

@Stackflood
Copy link

Stackflood commented Dec 21, 2023

@jbenyovs , thanks for replying. I have followed all the steps given in the wiki multiple times now, but still getting the above error.

@jbenyovs
Copy link

@Stackflood do you have some:

  • screenshots with the error you received and
  • a step by step guide how you are reproducing this error?
  • also include your setup, just like Patel did above with buildToolsVersion, minSdkVersion, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants