- Home /
Question by
zsuperxtreme · Jul 25, 2015 at 03:48 PM ·
androidpluginduplicate
Android Plugin Extending UnityPlayer causing duplicate class
I have problem with duplicate dex when i copy unity classes.jar into my android plugin. I followed the link below where i need to put classes jar from unity to the plugin library.
I know about the duplicate class, but this is not about duplicate class from plugins i have in my project.
Extending the UnityPlayerActivity Java Code link text
Comment
Answer by Jumeuan · Feb 02, 2020 at 03:40 PM
Answer is here: https://stackoverflow.com/questions/44468420/unity-error-unable-to-convert-classes-into-dex-format/44497498#44497498
Your answer