AAPT: error: resource color/zm_ui_kit_color_gray_747487 (aka com.yslabs.yourstory:color/zm_ui_kit_color_gray_747487) not found

Description
While building the project, there is no error. But while, running it on a device, I am getting this error
AAPT: error: resource color/zm_ui_kit_color_gray_747487 (aka com.yslabs.yourstory:color/zm_ui_kit_color_gray_747487) not found.

Which version?
The one which is currently live in github account master branch

Screenshots

Smartphone (please complete the following information):

  • Device: [e.g. pixel 3 xl]
  • OS: [e.g. android 10]

Hi lajeet,

Thanks for using Zoom SDK. Please ensure the following:

  1. Your project is an AndroidX project
  2. Gradle settings :
  • compileSdkVersion : 29+
  • buildToolsVersion : 29+
  • minSdkVersion : 21
  • Required dependencies
implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0-rc01'

Hope this helps. Thanks!

1 Like