client-sdk-android
                                
                                 client-sdk-android copied to clipboard
                                
                                    client-sdk-android copied to clipboard
                            
                            
                            
                        Unable to run sample app
While running the build I am getting this error "Unresolved reference: livekit" in livekit-android-sdk module. Its not able to import classes in livekit. What's the fix or workaround so that I can setup and run sample app
Have you followed the instructions for setting up the dev environment?
https://github.com/livekit/client-sdk-android#dev-environment
me too. Unresolved reference: livekit
import io.livekit.android.util.LKLog import livekit.LivekitRtc this line import org.webrtc.*
@YanxuLi have you set up your dev environment? The protocol submodule is required to compile the sdk/app from source.
@YanxuLi have you set up your dev environment? The protocol submodule is required to compile the sdk/app from source.
I used the remote library and it worked . By the way, can I use LiveKit in my Java project ?
@YanxuLi which remote library did you use and how to did you it implement in the sample app? If possible can you share repo of working project.
@davidliu protocol submodule is not an android/ java library so there is no way to import it in android project so how should I add it to the project and initialize it, can you please guide me through the process.
Again, https://github.com/livekit/client-sdk-android#dev-environment