Skip to content

Instantly share code, notes, and snippets.

@tigransimonyan
Last active April 3, 2019 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tigransimonyan/b652254085f97d216257893fb6e938c9 to your computer and use it in GitHub Desktop.
Save tigransimonyan/b652254085f97d216257893fb6e938c9 to your computer and use it in GitHub Desktop.
After importing the facebook sdk:
error CS1704: An assembly with the same name `Google.VersionHandlerImpl' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.102.0.dll (Location of the symbol related to previous error)
Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.69.0.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `Google.JarResolver' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.102.0.dll (Location of the symbol related to previous error)
Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.69.0.dll (Location of the symbol related to previous error)
error CS1704: An assembly with the same name `Google.IOSResolver' has already been imported. Consider removing one of the references or sign the assembly
Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.102.0.dll (Location of the symbol related to previous error)
Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.69.0.dll (Location of the symbol related to previous error)
Compilation failed: 3 error(s), 0 warnings
-------------------------------------------------------------------------------------------------------
After run the project
CommandInvokationFailure: Unable to convert classes into dex format.
/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/bin/java -Xmx2048M -Dcom.android.sdkmanager.toolsdir="/Users/gtk/Library/Android/sdk/tools" -Dfile.encoding=UTF8 -jar "/Applications/Unity/PlaybackEngines/AndroidPlayer/Tools/sdktools.jar" -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment