There was a problem on parsing 5he package

I generated a signed apk using my release keystore and shared the apk via mail. When I downloaded the apk from the mail in an Android Oreo 8.0 device, I got the dialog “There Was A Problem Parsing The Package”. My compileSdkVersion and targetSdkVersion is 27 and minSdkVersion is 15. The apk works on all devices except on Android Oreo 8.0 device. Also, I have ran the apk on a 8.0 emulator and it works fine.

Can you please let me know how to fix this issue so that the apk is installing on an Android Oreo 8.0 version device too?

Thank you