6
我試圖生成APK在谷歌商店發佈,但我得到了以下錯誤:錯誤:執行失敗的任務「:應用程序:shrinkReleaseMultiDexComponents」
Error:Execution failed for task
':app:shrinkReleaseMultiDexComponents'. java.io.IOException: The output jar
[/home/nome/Projects/app-android/app/_app/build/intermediates/multi-dex/release/componentClasses.jar]
must be specified after an input jar, or it will be empty.
我該如何解決這個問題?
檢查,如果這個工程[Multidex(http://stackoverflow.com/questions/32537333/android-multidex-not-supporting-with-proguard) – Gekkula