SAndroidEOfficial / framework

SAndroidE - Sensors for Android Embedded. A free framework allowing external devices to be easily managed in Android
http://es3.unibs.it/SAndroidE
Other
7 stars 1 forks source link

Flasher compatibily with Oreo #58

Open RedsAnDev opened 6 years ago

RedsAnDev commented 6 years ago

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:

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />

Why have I got that kind of error? What am I wrong?