flutter webrtc给予github jetpack一个错误,无法运行应用程序

0x6upsns  于 2023-03-19  发布在  Flutter
关注(0)|答案(1)|浏览(130)
* What went wrong:
Execution failed for task ':flutter_webrtc:compileDebugKotlin'.
> Could not resolve all files for configuration ':flutter_webrtc:debugCompileClasspath'.
   > Could not find android-104.5112.03.jar (com.github.webrtc-sdk:android:104.5112.03).
     Searched in the following locations:
         https://jitpack.io/com/github/webrtc-sdk/android/104.5112.03/android-104.5112.03.jar
x8diyxa7

x8diyxa71#

移除

com.github.webrtc-sdk from app/build.gradle

加上这个

implementation 'com.github.webrtc-sdk:android:104.5112.07'

相关问题