Próbuję wygenerować plik APK do publikacji w sklepie Google, ale pojawia się następujący błąd:Błąd: Wykonanie nie powiodło się dla zadania „: app: 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.
Jak mogę rozwiązać ten problem?
Sprawdź czy to działa [Multidex] (http://stackoverflow.com/questions/32537333/android-multidex-not-supporting-with-proguard) – Gekkula