Error building Player: CommandInvokationFailure: Unable to convert classes into dex format

后端 未结 2 1890
感情败类
感情败类 2020-11-29 12:52

Please help me to solve this problem. This is what i got in the console:

Error building Player: CommandInvokationFailure: Unable to convert classes into dex          


        
相关标签:
2条回答
  • 2020-11-29 13:32

    This usually happens for the plugins. Search for any duplicate jar in the explorer of your project. Delete any duplicates. If it doesn't solve your problem, try deleting your "Plugins" folder of your project and then re-import all your plugins. Hope it will be solved.

    0 讨论(0)
  • 2020-11-29 13:47

    I solved this problem by simply changing the java path from Open Unity go to Edit --> Preferences --> External Tools in JDK . (this jdk folder was actually running on system).

    0 讨论(0)
提交回复
热议问题