Android implementation

Hi All,

I have already implemented the retrofit for the Rest API’s in my app and now I’m trying to implement the ZOOM sdk but after importing the zoom sdk I tried to run the app and its giving me the following error:

“Error:Execution failed for task ‘:app:transformClassesWithJarMergingForDebug’.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/gson/annotations/Expose.class”

I tried to exclude the gson from the sdk but it didn’t work.

Hi, 

could I get more details on how you import the project? Did you also include other libraries?

Best

Hi 

Thanks found the issue and fixed it,

We need method for the join meeting in android SDK to replicate our iOS implementation to join webinar, So far i was not able to find a method. with take argument as webinar token. We have a option as password. we are trying if its works

let dic = [kMeetingParam\_MeetingNumber: "MEETING-NO", kMeetingParam\_WebinarToken:"TOKEN"`]; let ret = service?.joinMeeting(with: dic);With Regards Harminder Singh `

@Harminder Singh I’m struggling excluding the gson from the aar. Could you help in providing your solution?

Thanks 

Marking as solved.

-Tommy