apk ionic corrupted

2

I have an application published in playstore, made with ionic 3. I changed the machine I did the installations again and tried to build the app with --release --prod to sign the apk and see if everything was right, if only use - prod works normally, but if I do with --release at the time of installing apk it says that the package is corrupted. Has anyone had this problem yet?

    
asked by anonymous 19.06.2018 / 15:31

1 answer

0

Solution: In android studio I updated sdk and generating the signed apk I used this version: C: \ Users \ xxxx \ AppData \ Local \ Android \ Sdk \ build-tools \ 27.0.3 That solved for me.

    
18.07.2018 / 16:39