6

I am importing zoom sdk modules into my existing android studio project. But i can not finish the process as the finish button is disabled in AS. Please see the screen shot. Could you please help to fix this. or kindly suggest a workaround. i totally wasted full three days doing in several ways.

enter image description here

Bineesh Kumar
  • 123
  • 10

2 Answers2

4
  1. Copy library folder to your application root directory
  2. Go to you application setting.gradle
  3. Add include statement into it e.g include ':app', ':picker'
  4. click sync gradle

enter image description here

Adnan Yousaf
  • 317
  • 1
  • 6
2

Paste the folders in root directory and in settings.gradle-add include :mobilertc and include :commonlib

Ole Pannier
  • 3,208
  • 9
  • 22
  • 33