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

APK couldn't be installed #2543

Open
hunhun010164 opened this issue Sep 17, 2024 · 6 comments
Open

APK couldn't be installed #2543

hunhun010164 opened this issue Sep 17, 2024 · 6 comments
Labels

Comments

@hunhun010164
Copy link

hunhun010164 commented Sep 17, 2024

Describe the bug
APK couldn't be installed

To Reproduce
Steps to reproduce the behavior:

  1. Download from your official website (https://microg.org/download.html) and download stable version to my pc.
  2. Copy these 3 apks to mobile phone
  3. Click com.google.android.gms-223616054.apk to install it.
  4. See error "Sorry, no application available".

Expected behavior
Successfully install the apk.

Screenshots
2
.

System
Android Version: 13
Custom ROM: dido OS 12.0
1

Additional context
Gbox works. But I want to use yours to replace Gbox.
My phone can install all the other apks except yours. I don't know why. Please help me. Thanks.

@lucasmz-dev
Copy link
Contributor

Try the AOSP file picker

This app exposes it https://play.google.com/store/apps/details?id=com.marc.files

@hunhun010164
Copy link
Author

Try the AOSP file picker

This app exposes it https://play.google.com/store/apps/details?id=com.marc.files

It seems to be just a file explorer. Or I didn't realize that it has more functions to help? Could you please give me more instructions? Thanks.

@lucasmz-dev
Copy link
Contributor

lucasmz-dev commented Sep 18, 2024

It's just that that error is really weird to me that it feels like it comes from the file manager you're using and it literally doesn't seem to mean anything so...

If the default android stuff said anything it could be more revealing

@hunhun010164
Copy link
Author

It's just that that error is really weird to me that it feels like it comes from the file manager you're using and it literally doesn't seem to mean anything so...

If the default android stuff said anything it could be more revealing

That is ES file explorer, APKs can be installed from this app. So I don't think it's the problem of this file explorer. Do you need any more info? I'll try my best to provide it to you. Thanks

@ILoveOpenSourceApplications

There's a small chance that the issue could be due to ES File Explorer. Found this oneplus community post. Please try the same again with another file manager and see if the issue persists.

@ale5000-git
Copy link
Member

ale5000-git commented Sep 19, 2024

@hunhun010164
From a graphical interface you cannot see why it really fail.

But you can install it with adb, example:
adb install -g ./com.google.android.gms-240913004.apk
The apk file must be on the pc and the phone must be connected to the PC with adb enabled.

When installed in this way if it fail you see the real reason and you can fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants