aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
102 stars 24 forks source link

Sdk folder is missing in "amazon-chime-react-native-demo/android/app/src/main/java/com/amazonaws/services/chime" #86

Closed ShaikAnsar1568 closed 3 years ago

ShaikAnsar1568 commented 3 years ago

Describe the bug Sdk folder is missing in "amazon-chime-react-native-demo/android/app/src/main/java/com/amazonaws/services/chime" which causes an unresolved reference error when i try to place .kt files as described in the 4 th point of integrating into existing react native project.

when i place meetingobservers.kt file, it actually has import com.sdk.meetings.audiovideo.AttendeeInfo

So, the path to sdk misses and iam getting the error. Can you please provide sdk folder.

zhinang-amazon commented 3 years ago

Hi @ShaikAnsar1568, Have you followed step 1 to download, and copy the amazon-chime-sdk and amazon-chime-sdk-media aar files to your project?

ShaikAnsar1568 commented 3 years ago

@zhinang-amazon, Yes. I have downloaded the amazon-chime-sdk and amazon-chime-sdk-media aar files to app/libs