Can not import modules into android studio

Viewed 2018

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

2 Answers
  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

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

Related