Unresolved reference issues in Android Studio #7188
chris-opendata
started this conversation in
General
Replies: 1 comment
-
Greetings @chris-opendata, I hope this message finds you well. Could you share your build.gradle (both top-level and app-level), and I’ll be happy to take a closer look! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on an RTC voice conversation app for the Android mobile phone. I am using Android Studio with Kotlin on Windows 11, and followed the integrated Gemini's suggestions to include and sync the following dependencies in build.gradle.kts:
and include the following imports in my kt file as Gemini suggested
But I got unresolved reference errors on webrtc and io. I have tried other configurations as well, including
It didn't fix the issues. At one stage, I replaced "io.antmedia:webrtc_android_sdk:2.9.0" with "io.antmedia:webrtc-android-framework:2.8.0-SNAPSHOT". It resolved webrtc but all classes from io became unresolved.
The Android Studio version:
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions