Actually, I'm trying to install Flasher apk on Android Oreo, following the standard SAE procedure.
Every time I get an error (in logcat Android Studio) like this:
E/PackageInstaller: Commit of session 1391885623 failed: Failed to extract native libraries, res=-113
I search docs about install app thirds part and at this link I read this
To take advantage of this new behavior, developers of apps that require the ability to download and install other apps via the Package Installer may need to make some changes. If an app uses a targetSdkLeve of 26 or above and prompts the user to install other apps, the manifest file needs to include the REQUEST_INSTALL_PACKAGES permission:
Actually, I'm trying to install Flasher apk on Android Oreo, following the standard SAE procedure. Every time I get an error (in logcat Android Studio) like this:
I search docs about install app thirds part and at this link I read this
Why have I got that kind of error? What am I wrong?