JohnC Expert Licensed User Longtime User Oct 9, 2017 #1 If you look on the "Installed" tab of the play store app, it lists my app as being 12MB. Why is this? Just to see the true size, I renamed the APK to ZIP and unzipped it, the total of all the files is still only 1MB. Anyone have an idea why my app is listed as 12MB in size? Last edited: Oct 9, 2017
If you look on the "Installed" tab of the play store app, it lists my app as being 12MB. Why is this? Just to see the true size, I renamed the APK to ZIP and unzipped it, the total of all the files is still only 1MB. Anyone have an idea why my app is listed as 12MB in size?
Erel B4X founder Staff member Licensed User Longtime User Oct 10, 2017 #2 It includes files that your app saved. Upvote 0
JohnC Expert Licensed User Longtime User Oct 10, 2017 #3 Erel said: It includes files that your app saved. Click to expand... My app is a simple app that just uses a webview to display a hard-coded URL, so I guess the files my app "saves" is probably the cache for the webview control. Upvote 0
Erel said: It includes files that your app saved. Click to expand... My app is a simple app that just uses a webview to display a hard-coded URL, so I guess the files my app "saves" is probably the cache for the webview control.