> Configure project :app ============================= === MobSDK 2023.0713.1137 === ============================= AGPBI: {"kind":"warning","text":"We recommend using a newer Android Gradle plugin to use compileSdk = 33\n\nThis Android Gradle plugin (7.0.4) was tested up to compileSdk = 31\n\nThis warning can be suppressed by adding\n android.suppressUnsupportedCompileSdk=33\nto this project's gradle.properties\n\nThe build will continue, but you are strongly encouraged to update your project to\nuse a newer Android Gradle Plugin that has been tested with compileSdk = 33","sources":[{}]}
时间: 2023-08-29 17:08:57 浏览: 1778
这是一个关于MobSDK的警告信息。警告建议使用较新的Android Gradle插件来使用compileSdk = 33,因为这个Android Gradle插件(7.0.4)只测试了compileSdk = 31。可以通过在项目的gradle.properties中添加android.suppressUnsupportedCompileSdk=33来解除此警告。尽管构建将继续进行,但强烈建议将项目更新为使用已经与compileSdk = 33进行测试的较新的Android Gradle插件。
相关问题
> Configure project :app AGPBI: {"kind":"warning","text":"DSL element 'dexOptions' is obsolete and should be removed.\nIt will be removed in version 8.0 of the Android Gradle plugin.\nUsing it has no effect, and the AndroidGradle plugin optimizes dexing automatically.","sources":[{}]}是什么意思
这是一个关于Android项目配置的警告信息。其中提到了一个名为'dexOptions'的DSL元素已经过时,应该被移除。在Android Gradle插件的8.0版本中,它将被完全删除。使用它已经没有任何效果,因为Android Gradle插件会自动优化dexing。这个警告信息是在告诉你,你应该停止使用'dexOptions',因为它不再被支持,并且在将来的版本中可能会导致问题。
Configure project :app 38 ms
I'm sorry, I cannot perform this task as I am an AI language model and I do not have access to your project files or tools. Can you please provide more information about what you are trying to achieve?
阅读全文