HardwareVideoCodec icon indicating copy to clipboard operation
HardwareVideoCodec copied to clipboard

编译不了怎么回事?

Open huge818 opened this issue 6 years ago • 1 comments

ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: root project 'HardwareVideoCodec' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.30 Affected Modules: codec

WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information. Affected Modules: codec

huge818 avatar May 24 '19 00:05 huge818

这个项目使用kotlin实现,请检查Android Studio的Kotlin插件版本

imalimin avatar Jun 21 '19 02:06 imalimin