FAQ

Why a complete reinstallation project is required for each update for Android Studio project?

Once you've reskin the project especially after package name / applicationId has been changed, the project structure will be changed, just replacing the updated files without having knowledge in Android Programming in advance will cause the project error dan failed to build the project, because of that, every we release the new update, you need to do reskin the application from begin, please note, update version is optional, update your application if you only find the issue from previous version or want to use all features from new version.

Why resulting apk is so big?

In the previous version, we implement Pdf Reader through WebView which integrated with google drive and this implementation is not good in user experiences, because of this reason, we implement build in Pdf reader inside the application using Android PdfViewer library and detail library can be read here, because Android PdfViewer depends on PdfiumAndroid, which is set of native libraries (almost 16 MB) for many architectures. Apk must contain all this libraries to run on every device available on market.

Last updated