DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.13k stars 1.89k forks source link

My app size was 14mb. After adding this library it increased size to 59mb #1142

Open mmay111 opened 1 year ago

rahulk11 commented 1 year ago

Are you generating apk or bundle?

mmay111 commented 1 year ago

apk size :14 mb after this pdf-viewer: apk size: 59 bundle size: 32

rahulk11 commented 1 year ago

Its natural, because this library has a version for each of the available architecture, which increases the apk size. You can upload the bundle to play store console, the end users downloading the app from play store will not be affected this much.

apk size :14 mb after this pdf-viewer: apk size: 59 bundle size: 32

mmay111 commented 1 year ago

thanks