Executing tasks: [:APP:assembleDebug] in project D:\002_Project\001_Android_Learn\Project
> Configure project :APP
useNewCruncher has been deprecated. It will be removed in a future version of the gradle plugin. New cruncher is now always enabled.
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':APP:generateJsonModelDebug'.
> Could not resolve all files for configuration ':APP:debugCompileClasspath'.
> Could not resolve com.writingminds:FFmpegAndroid:0.3.2.
Required by:
project :APP
> No cached version of com.writingminds:FFmpegAndroid:0.3.2 available for offline mode.
> No cached version of com.writingminds:FFmpegAndroid:0.3.2 available for offline mode.
> No cached version of com.writingminds:FFmpegAndroid:0.3.2 available for offline mode.
> No cached version of com.writingminds:FFmpegAndroid:0.3.2 available for offline mode.
> No cached version of com.writingminds:FFmpegAndroid:0.3.2 available for offline mode.
> No cached version of com.writingminds:FFmpegAndroid:0.3.2 available for offline mode.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 714ms
当前是 离线模式 , 在 Gradle 面板中 , 可以 打开 / 关闭 离线模式 ;
关闭 离线模式 ;