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.
In Android Studio, Right-clicking on the folder to add as library. Editing the dependencies in the build. gradle file, adding: compile fileTree(dir: 'libs', include: '*. jar')}
Click File > New > New Module. In the Create New Module window that appears, Android Studio offers the following device modules: Phone & Tablet Module.
Using Android Studio to develop your Google Cloud module lets you manage app code and backend code in the same project. You can also run and test your backend code locally, and use Android Studio to deploy your Google Cloud module.
Import as a module: Start Android Studio and open the project you’d like to add the module to. From the Android Studio menu click File > New > Import Module. Select the Eclipse ADT project folder with the AndroidManifest.xml file and click Ok. Modify the module name if desired, and click Next.
Click the (+) icon and select Module Dependency. Select the module and click Ok. Open your build.gradle file and check that the module is now listed under dependencies. implementation project (path: ':ViewPagerIndicator') Steps to import Module in Android Studio 3.4 and higher (See attached image).
On Android Studio, click on the File Menu, and select Sync Project with Gradle files. After step 3, Add again, include ‘:app’ to the settings.gradle file. Re-run Sync Project with Gradle files again. After this, your error “Module not specified” will be resolved.
Select the destination folder and click Next . Select the import options and click Finish. The import process prompts you to migrate any library and project dependencies to Android Studio, and add the dependency declarations to the build.gradle file. See Create an Android library for more information about this process.
root
directorysetting.gradle
include ':app', ':picker'
Paste the folders in root
directory and in settings.gradle-add include
:mobilertc
and include :commonlib
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With