Gradle package error

I’m getting this error when trying to package:

ERROR: cmd.exe failed with args /c “C:.…\Intermediate\Android\APK\gradle\rungradle.bat” :app:assembleRelease

I was building fine before I changed the build configuration to shipping. Now I’m getting this gradle error.

Previous versions had packaging with Ant but it seems to be removed in 4.24

Any help with this ?

what is version of you target sdk and minimum sdk? change it to defualt .

TRY
Into Project Setting >> Android >> “scroll” Build >>Set Support arm64[aka arm64-v8a]

In my case was about minimun SDK version, I only can package on 26 or upper but idk why.

cheack out this