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

app not installed #74

Open
plafourc opened this issue May 1, 2022 · 9 comments
Open

app not installed #74

plafourc opened this issue May 1, 2022 · 9 comments

Comments

@plafourc
Copy link

plafourc commented May 1, 2022

Hi there,

I initially downloaded the app from F-Droid but the youtube downloads didn't work, and I've read here the best was to use the .apk release. Now when I tried to install the v1.1.3, I ended up with an error message telling me that the app was not installed. Do you have any idea what I did wrong?

Still, thank you guys for this project, I truly love the concept.

@mpfaff
Copy link

mpfaff commented May 2, 2022

Make sure to uninstall the f-droid release first. They use different signing keys.

@ashwinkey04
Copy link
Member

As @mpfaff says, the signing keys have changed since v1.1.1 as I'm using a different build method targeting just ARM64 devices (which has close to 99% market share today). This is done to reduce the size of the apk drastically. Please use the latest version after uninstalling the older one to continue getting further updates normally.

@plafourc
Copy link
Author

plafourc commented May 2, 2022

Well I did ask F-Droid to unistall the old version which it tells me it did, and I no longer have the icon on my homepage. So as far as I know the old version is uninstalled.

@mpfaff
Copy link

mpfaff commented May 2, 2022

Did you get the one for the correct architecture?

I just checked and there's only one available. Is that for all architectures?

@mpfaff
Copy link

mpfaff commented May 2, 2022

You can try installing via adb to get a more detailed error message.

@plafourc
Copy link
Author

plafourc commented May 2, 2022

Okay I'll learn about adb and get back to you

@plafourc
Copy link
Author

plafourc commented May 4, 2022

Okay, here is the error message I was given when trying to install via adb:

Performing Streamed Install
adb: failed to install /[...]/raag.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

@ashwinkey04
Copy link
Member

Okay, here is the error message I was given when trying to install via adb:

Performing Streamed Install
adb: failed to install /[...]/raag.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

Hello @plafourc, Thanks for the log. Unfortunately, I excluded all ABIs except arm64-v8a. Your device seems to be of an older ABI. I will try and include multiple ABIs in the GitHub releases section from the next release.

@plafourc
Copy link
Author

plafourc commented May 4, 2022

Okay, here is the error message I was given when trying to install via adb:

Performing Streamed Install
adb: failed to install /[...]/raag.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

Hello @plafourc, Thanks for the log. Unfortunately, I excluded all ABIs except arm64-v8a. Your device seems to be of an older ABI. I will try and include multiple ABIs in the GitHub releases section from the next release.

Alright, sorry for the trouble, I didn't think my device was that old... Sall I keep the issue open or not?

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

No branches or pull requests

3 participants