我正在嘗試使用shrinkResources功能。不能使用shrinkResources:爲資源'resourceFile'指定的res/resources-prod-release-stripped.ap_不存在
我使用JackCompiler
和JAVA_1_8
,並編譯名爲「prod」的味道的發佈版本。 此風味僅用於利用minSdk 21
使用「dev」風味時更好的編譯時間。 沒有「風味特定」資源。它們都在唯一的常見資源文件夾中。
運行編譯時出現以下錯誤。
:app:packageProdRelease FAILED
FAILURE: Build failed with an exception.
* What went wrong: A problem was found with the configuration of task ':app:packageProdRelease'.
File '/app/build/intermediates/res/resources-prod-release-stripped.ap_' specified for property 'resourceFile' does not exist.
'shrinkResources'不'jack'工作呢。 –