Import new module to Android Project
Publish date: Mar 20, 2019
Step 1. Download Module
Unzip module after finish download
Step 2. Import Module
Follow the following steps:
- File > New > Import Module
- Choose Source Directory and Finish
- Go to Settings.gradle add
include ':module_name'
- File > Project Structure > Dependencies > Add(+)
- OR Add
implementation project(':sipservice')
in build.gradle(App)
Disqus comments are disabled.