Hi,
I just switched over from Android Stock FP5 OS to eOS (3.1.4-a14) and mostly runs out of the box ![]()
But I could not install some apps directly via “App Lounge” or “Aurora Store”. App Lounge stucks in “try installation again” and Aurora tells me, that the App in incompatible with my phone. Trying to install the APK directly inside eOS also tells me the App is incompatible.
I started debugging a little bit and identified by adb sideload the error INSTALL_FAILED_MISSING_SPLIT. Okay - that may be easy to fix because I’m aware using adb for app side-loading and apkeeper.
I used apkeeper for downloading the needed apps with the option split_apk=true and could then successfully install them with adb -s <id> install-multiple <app-package-name>/*. And the installed apps are running fine.
But what I couldn’t Identify is why the eOS tells me, that those apps aren’t compatible with the phone - even if the are running by adb side-loading.
Here an example/incomplete list of the apps I couldn’t install directly by the App Stores but got them working by adb side-loading:
- Easypark
- Parkster
- DHL&Post
- ChatGPT
- Google Maps
- Android Auto
- FreeNow
- Uber
- N26 Banking App
- Google Text to Speech
Currently I’m not sure what the “incompatibility” forces. And I currently had not much time to start debugging the store or native installation process directly on the phone to figure out why the apps therefore can installed by adb side-loading.
Chris