I have an android application and i want to add Zoom SDK to my apps. but the size of apps increasingly so much. I have read some solution and one of them is to use Dynamic Module Feature from android. I decide to set the SDK will downloaded based on user demand. is there way to add SDK native to dynamic module in our Apps? Thanks.
I've make some Dynamic Module Feature and add Zoom SDK module to that Dynamic Module Feature but my MainActivity class from that Dynamic Module Feature cannot access anything from that Zoom SDK.
This is my project structure :
i have dynamic module with name 'zoomdynamicmodule', and there are 2 module (commonlib & mobilertc) from zoom SDK. but i cannot import that ZoomSDK on my ZoomActivity class. Is the method i use wrong to add Zoom SDK as dynamic module? Please Help.
Thanks.