kmbang / UnityNativeEdit

Unity Native Input Plugin for both iOS and Android (Unity UI compatible)
90 stars 56 forks source link

Plugin prevents Android build - CommandInvokationFailure: Unable to convert classes into dex format. #6

Closed animepauly closed 8 years ago

animepauly commented 9 years ago

I can't build to android as I get this error: CommandInvokationFailure: Unable to convert classes into dex format. See the Console for details. /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/bin/java -Xmx2048M -Dcom.android.sdkmanager.toolsdir="/Applications/Android SDK/sdk/tools" -Dfile.encoding=UTF8 -jar "/Applications/Unity/Unity.app/Contents/BuildTargetTools/AndroidPlayer/sdktools.jar" -

I know it's this plugin, because when I remove it I can build to Android again.

See log in link for details: https://www.dropbox.com/s/8k5rrs8c6xljktt/UnityConsoleLog_8-29-15.txt?dl=0

animepauly commented 8 years ago

This is no longer an issue.