Android Studio : Problem On Optimizing App With Proguard And Minify

Discussion in 'Technical Discussion' started by TheGameAppStudio, Dec 3, 2018.

  1. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    Hi,
    I am using latest version of buildbox and i released a game recently.I thought of optimizing the game on android studio in-order to minimize apk size.So i used minifyenabled true shrinkingresource true and zipaligned true with default proguard.Also set ndk filter armeabi-v7a as most device use this these days.

    FInally apk was generated well optimized.But When i try to play it on device all i see is a blank screen with force close error.So i had to disable all those optimization technique and release as it is.
    I would like to know is any one here at Buildbox successful in generating working apk with those optimization.If so kindly let me know how to do it.

    What i believe is proguard is disabling it.Can @NikRudenko @Buildbox share a proguard for Android Studio?
    In logcat i see
    Fatal signal 11 (SIGSEGV), code 1 error
     

Share This Page