alexrintt / kanade

Android app to extract apks from installed apps.
https://alexrintt.io/kanade
MIT License
299 stars 16 forks source link

Investigate "Permission restricted by Android" error on x86 emulators #8

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

Description

This happens most on emulators running as x86 and from a non-debug build.

alexrintt commented 2 years ago

Solution: add android:requestLegacyExternalStorage="true" to the AndroidManifest and target API level 29 (Android 9)