You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
As I am using webex sdk for my project with compile('com.ciscowebex:androidsdk:2.8.0@aar', { transitive = true }), the APK size is more than 140mb.
i added below configurations for my app include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
And when i check APK of this Kitchensinkapp repo, this apk is also 80mb.
please check below screenshot for reference
The text was updated successfully, but these errors were encountered:
Hi Team,
As I am using webex sdk for my project with
compile('com.ciscowebex:androidsdk:2.8.0@aar', { transitive = true })
, the APK size is more than 140mb.i added below configurations for my app
include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
And when i check APK of this Kitchensinkapp repo, this apk is also 80mb.
please check below screenshot for reference
![kitchensink-app-apk-analiser](https://user-images.githubusercontent.com/31759293/123108537-20f3ef00-d458-11eb-9702-e5480bdbcfa0.PNG)
The text was updated successfully, but these errors were encountered: