Chuyển đến nội dung chính

A bug in Flutter video plugin: D8: Invoke-customs are only supported starting with Android O (--min-api 26)

Fix it by add this block to android/app/build.gradle

    compileOptions {
        sourceCompatibility 1.8
        targetCompatibility 1.8
    }

Nhận xét