JoanZapata / android-pdfview

[DEPRECATED] A fast PDF reader component for Android development
http://joanzapata.com/android-pdfview/
GNU General Public License v3.0
2.84k stars 784 forks source link

Large Library #214

Open zhouchaoyuan opened 8 years ago

zhouchaoyuan commented 8 years ago

The size of APK increased by about 3M when our Android Project use this Library.

helloDayong commented 7 years ago

I also encountered the same problem,but my APK size increased by acout 7M,My heart is collapsed.

amrboxit4me commented 6 years ago

use in manifest it will reduce download size..check Analyzes Apk from Build menu in Android studio after activating it

 <application
        android:extractNativeLibs="false">