twilio / twilio-video-app-android

A collaboration application built with the Twilio Video Android SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need help with gradle issue

PrabhaBharath opened this issue · comments

Screenshot (359)
i'm added git project as gradle but i'm not able to use twilio project classes. please help me with this issue

Hi @PrabhaBharath ! Thank you for reaching out. Do you mind adding more detail around what issue you are experiencing? If you could also add specific steps to reproduce the issue it would also be very helpful.

Hi @Alton09 ! Thanks for the response. I'm facing the issue after adding the project as dependency. i'm not able to access the twilio classes. i added project using this implementation project(path: ':twilio', configuration: 'default') .

if i added project using implementation project(path: ':twilio').
i'm facing "Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'." this error.

@PrabhaBharath It looks like you are having issues setting up a Gradle module. Are you trying to reference this application as a separate module in your project? This is not something we support as part of this repository, as this is a standalone Android application.

thanks for the replay @Alton09

I'll close this issue for now. Feel free to open any additional issues as needed while working with this app. Thanks!