Skip to content

Commit 5baa7bc

Browse files
authored
Updated FAQ
1 parent 53c75c2 commit 5baa7bc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ There are 5 ways to install this plugin:
3636

3737
## FAQ
3838

39+
- **Android build fails, it says "error: attribute android:requestLegacyExternalStorage not found" in Console**
40+
41+
`android:requestLegacyExternalStorage` attribute in _AndroidManifest.xml_ grants full access to device's storage on Android 10 but requires you to update your Android SDK to at least **SDK 29**. If this isn't possible for you, you should open *SimpleFileBrowser.aar* with WinRAR or 7-Zip and then remove the `<application ... />` tag from _AndroidManifest.xml_.
42+
3943
- **Can't show the file browser on Android, it says "java.lang.ClassNotFoundException: com.yasirkula.unity.FileBrowserPermissionReceiver" in Logcat**
4044

4145
If your project uses ProGuard, try adding the following line to ProGuard filters: `-keep class com.yasirkula.unity.* { *; }`

0 commit comments

Comments
 (0)