yasirkula / UnitySimpleFileBrowser

A uGUI based runtime file browser for Unity 3D (draggable and resizable)
MIT License
817 stars 111 forks source link

Duplicate error on build #52

Closed Fennlin closed 3 years ago

Fennlin commented 3 years ago

Description of the bug

We have updated to version 1.4.7 but, for some reason, we are getting an error saying we have duplicate classes on "com.yarsikula.unity.FileBrowserPermissionReceiver" and "com.yarsikula.unity.FileBrowserPermissionFragment" found in modules SimpleFileBrowser.jar and Classes.jar. Is there a way to fix this?

yasirkula commented 3 years ago

Simply delete SimpleFileBrowser.jar. If you haven't customized any of the files inside the plugin, then I'd recommend you to delete the plugin completely and reimport it.

Fennlin commented 3 years ago

Hi! Alright, so... We tried to update FileBrowser to try and fix an issue with having access denied on Android folders. And because of the update, we had this issue with the duplicate items. I did what you told me to and it fixed the problem with the duplicates, but sadly updating did not help with the problem of denied access. Would you have any idea of what it could be? (Should I open another issue or is it okay to keep things here?)

yasirkula commented 3 years ago

Can you create a new Issue with as much information as you can provide, like stacktrace, OS version and so on?

Fennlin commented 3 years ago

Sure! I'll gather all info I can and make a new one! Thanks for also helping with this one!