-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app rather large #24
Labels
Comments
oh, I see. It's not the APK size I was looking at. It was the total memory size on my device. But anyway yeah, why does it need to store 250 megabytes? |
The added binaries and tools and having them pre-compiled for each
supported platform (arm, x86, etc)
The location of the binaries changed between versions, so if you had an
older version those binaries likely weren't removed. This is mostly fixed
now.
All that being said, this app could totally use a better system of getting
the binaries. Something where the install includes a core set of binaries
and rest can be downloaded from cloud on-demand and/or when that command is
executed by the user. Open to any and all ideas around this!
-- Kevin
…On Fri, Jul 5, 2019 at 4:21 AM 積丹尼 Dan Jacobson ***@***.***> wrote:
oh, I see. It's not the APK size I was looking at. It was the total memory
size on my device. But anyway yeah, why does it need to store 250 megabytes?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=AAGQXLM6CHEISOJHDGRIBMDP54VCBA5CNFSM4H6KMUOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZJI4VQ#issuecomment-508726870>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGQXLMBSUHQU3M6L5ZVYEDP54VCBANCNFSM4H6KMUOA>
.
|
I know google play lets you have different apks for different
architectures, so maybe only include the binary for the relevant
architecture, if that's not what you do already.
Also perhaps have new versions clean up all the mess if it finds any,
upon installation.
|
You are totally right on this. Currently binaries are bundled into one APK and the app has gotten so large it's likely throwing up a "need wifi to download" type of adoption barrier. Tasks for this issue, and it'll likely come in phases,
|
kwatkins
added
enhancement
New feature or request
high value
high value features or enhancements
labels
Jul 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Why is this app 250 megabytes big?
Shouldn't it be just 2.5 megabytes big?
The text was updated successfully, but these errors were encountered: