android Studio 中打开react-native项目的android文件夹 在sync的过程中 发生warning: RN 版本:0.58 buildToolsVe ...
WARNING: API variant.getJavaCompiler is obsolete and has been replaced with variant.getJavaCompileProvider .It will be removed at the end of .For more information, see https: d.android.com r tools tas ...
2019-04-25 17:36 3 3483 推荐指数:
android Studio 中打开react-native项目的android文件夹 在sync的过程中 发生warning: RN 版本:0.58 buildToolsVe ...
问题:升级AndroidStudio2.x To 3.x时, Sync时警告:build.gradle: API 'variant.getMergeAssets()' is obsolete and has been replaced ...
WARNING: API 'variantOutput.getPackageApplication()' is obsolete and has been replaced with 'variant.getPackageApplicationProvider()'. 将代码 改为 ...
点击报错信息中的app, 按照提示,修改compile 为 implementation 再次同步即可 结果 ...
编译报错 WARNING: API 'variantOutput.getProcessResources()' is obsolete and has been replaced with 'variantOutput.getProcessResourcesProvider ...
项目中Gradle版本升级到4.4后,项目构建时,每次出现红色的警告信息: 但本地项目代码中compile都已经完成了implementation,警告信息依然出现。 一开 ...
'compile' is obsolete and has been replaced with 'impleme ...