Current location - Health Preservation Learning Network - Slimming men and women - APK slimming attribute -Android: extractnativelibs
APK slimming attribute -Android: extractnativelibs
Because of the login problem of Android 1 1 wechat, gradle has been upgraded to version 3.6.0, and the original 60M package has become more than 90 m.

Open apk package with rar software, and compare with the old package, it is found that the compression algorithm of libcocos2djs.so under lib used by the new package is Store (storage mode, no compression). Later, I found some information on the Internet and found that the default value of android:extractNativeLibs changed when the gradle version was relatively high.

In the AndroidManifest.xml configuration of the main project, find

For example, CocosCreator project.

This article refers to: blogs.com/xiaxveliang/p/14583802.html.