Android: How to generate signed APK with minifyEnabled
问题 I have an android app, I just finished working on it and am ready to publish it on PlayStore. However, to avoid someone else from directly decompiling it, I wanted to add the proguard layer of security. I tried to generate signed apk after setting minifyEnabled to 'true'. However, android studio started showing several errors, at one point the count went beyond 800 errors. I tried searching for a solution online and got to know the main cause of this problem might be all the third party