I need to integrate the CometChat into my Cordova application. So by following https://support.cometchat.com/documentation/php/cordova-chat-plugin-ionic-chat-plugin/adnroid-cordova-ionic-phonegap-chat-plugin/initial-setup/
and for that i have downloaded the SDKs for Android & iOS from https://my.cometchat.com/licenses
But now when i am trying to install the sdk plugins using cmd:
cordova platform add 'PATH_TO_MY_LOCAL_FOLDER_HAVING_SDK_PLUGIN_PATH'
I am facing error like this:
How do i resolve the the issue?