android studio 2.2 compress all so files in built apk

前端 未结 4 1334
再見小時候
再見小時候 2020-12-31 23:33

After update android studio and plugins, new built apk meets puzzling native problem when launch, I found armeabi/armeabi-v7a so files compressed from 200KB to 10KB. While

4条回答
  •  太阳男子
    2021-01-01 00:00

    I had the same problem and what worked for me was to reset global Android studio settings as well as project specific. To do so I just done those steps:

    1. Clone the android studio project, to have a clean copy.
    2. Remove ~/.AndroidStudio2.2/ (on Linux), c:\user\yourname\.AndroidStudio2.2 (on Windows)

    3. Do not import any settings when starting Android studio.

    Probably not the most elegant way to solve this, but it works for me.

提交回复
热议问题