I am trying to create an APK for publication on the Google store, but I am getting the following error:
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.
How to fix it?
source share