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 ...