Skip to content
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

Problem parsing the package #46

Closed
abdelaziz-mahdy opened this issue Nov 13, 2020 · 4 comments
Closed

Problem parsing the package #46

abdelaziz-mahdy opened this issue Nov 13, 2020 · 4 comments
Labels
waiting-for-response Further information is requested

Comments

@abdelaziz-mahdy
Copy link

there was a problem parsing the package is an error that I get

I tired using the sha-256checksum but I always get this error (file not found)

meanwhile if I opened the downloaded package from the file manger it works

my thinking that it installs before the download is finishes?

@it-one-mm
Copy link

it-one-mm commented Nov 22, 2020

@zezo357
don't add sha-256checksum and
you need to add android:requestLegacyExternalStorage="true" in AndroidManifest.xml in application tag for android version 10 like this

<application
        android:requestLegacyExternalStorage="true"
        android:allowBackup="false"
        android:name=".Application"
        android:label="Live 2D"
        android:icon="@mipmap/ic_launcher">

@chuck2098
Copy link

I have the same issue.
I get it the apk file doesn't download whole but sometimes the file is partially downloaded and when the method try to install it, the parsing error is shown.

@MartinHlavna
Copy link
Member

@zezo357, @chuck2098 Have you tried @it-one-mm 's solution?

@MartinHlavna MartinHlavna added the waiting-for-response Further information is requested label Mar 25, 2021
@abdelaziz-mahdy
Copy link
Author

I did try it and still had the same problem so I moved on to downloading the apk with dio and then installing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-response Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants