Failed to resolve: :mobilertc:

Description
A clear and concise description of what the question is.

Ionic:

Ionic CLI : 6.10.1 (C:\Users.\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 5.2.2
@angular-devkit/build-angular : 0.901.9
@angular-devkit/schematics : 9.1.9
@angular/cli : 9.1.9
@ionic/angular-toolkit : 2.2.0

Capacitor:

Capacitor CLI : 2.2.0
@capacitor/core : 2.2.0

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : android 8.1.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 6 other plugins)

Utility:

cordova-res : 0.15.1
native-run : 1.0.0

System:

NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
npm : 6.14.5
OS : Windows 10

dependencies {

implementation fileTree(include: ['*.jar'], dir: 'libs')

implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"

implementation project(':capacitor-android')

testImplementation "junit:junit:$junitVersion"

androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"

androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

implementation project(':capacitor-cordova-android-plugins')

}
build failed due to
Could not resolve all artifacts for configuration ‘:app:releaseCompileClasspath’.

Could not find :commonlib:.
Required by:
project :app
Could not find :mobilertc:.
Required by:
project :app

can u please help me to solve this issue
thanks.

Hi @srikarkonda98,

The Ionic SDK does not support Capacitor. Please follow the instruction here to configure the Ionic SDK: https://github.com/zoom/zoom-sdk-ionic#getting-started

Thanks!