"App not installed" error
OverPaw opened this issue · 5 comments
CameraFileCopy is failed to install, but system requirements seem to match.
My phone with Snapdragon 439 processor has 4+4 Cortex-A53 cores operating under Android 9.
Is there an error message?
I feel like that should work (it's arm64-v8, as far as I know). But android can be a bit mysterious...
It is "App not installed" error. I've read through the topic at stackoverflow on it and tried to disable Google Play Protect, but it didn't help. Probably the problem is related with building of apk or with its signature.
Unfortunately, I don't have a good answer for this. At best, I can enumerate some things that might explain the issue:
- play protect can stop the install. You mentioned turning it off, so this probably isn't your issue. Airplane mode may also be useful for this?
- apk file is on SD card instead of internal storage -- I don't know why this should matter, but it does sometimes?
- inadequate storage space -- this is a long shot, but apparently running out of space results in the generic error
- apps from unknown sources are disabled -- do other apks install (not via google play) on the phone? There may be a setting under "Lock screen and security" that helps.
- I think I've seen app permissions cause this before? The app you're trying to install the apk from (I use the Files app) needs permissions to install apps -- but usually if this is the problem, you'll get a helpful error message instead of the generic "app not installed".
I'll update this issue if I learn anything new.
Interesting! 🤔
Thanks for the update, I appreciate it. :)