您的位置: 首页 > 文章 > 安卓开发bug集(二) 安卓开发bug集(二) 分类: 文章 • 2025-05-09 09:37:28 Error: Invoke-customs are only supported starting with Android O (–min-api 26) 解决方案: 在gradle.build中添加以下内容: compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }