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.
Asked
Active
Viewed 2,148 times
6
-
When you use the Import option is only for Gradle or Eclipse projects. You must have an aar file or jar file – Gorks Jun 03 '21 at 23:32
-
@GorkyMuñoz there is aar file in that folder – Bineesh Kumar Jun 03 '21 at 23:54
-
4I have same problem . I use 'Android Studio Arctic Fox | 2020.3.1 Canary 14' .maybe its a bug of Android Studio ! – mhKarami Aug 21 '21 at 14:58
2 Answers
4
- Copy library folder to your application
root
directory - Go to you application
setting.gradle
- Add include statement into it e.g
include ':app', ':picker'
- click sync gradle

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

Shashank Raju
- 21
- 2