Hello, building has been perfectly fine for my app (managed to get the Google Play Games Objects working without build errors too which I was very happy about!) until I tried to add the Android Google Maps object (installed from the Extensions manager). Now it fails to build with this error. Removing the Google Maps object allows building again, so I am sure this extension is at fault. Any way to get this working, or is there an alternate method to google maps integration?
Thanks!
Buildfile: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\build.xml
-set-mode-check:
-set-release-mode:
-release-obfuscation-check:
[echo] proguard.config is ${proguard.config}
-pre-build:
-check-env:
[checkenv] Android SDK Tools Revision 25.0.5
[checkenv] Installed at C:\Users\Peter\AppData\Local\Android\sdk1
-setup:
[echo] Project Name: RuntimeAndroid
[gettype] Project Type: Application
-build-setup:
[getbuildtools] Using latest Build Tools: 23.0.2
[echo] Resolving Build Target for RuntimeAndroid...
[gettarget] Project Target: Android 5.1.1
[gettarget] API level: 22
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\bin
[mkdir] Created dir: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\bin\res
[mkdir] Created dir: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\bin\rsObj
[mkdir] Created dir: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\bin\rsLibs
[mkdir] Created dir: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\gen
[mkdir] Created dir: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\bin\classes
[mkdir] Created dir: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for RuntimeAndroid...
[dependency] Library dependencies:
[dependency]
[dependency] ------------------
[dependency] Ordered libraries:
[dependency]
[dependency] ------------------
[dependency] Found 2 versions of google-play-services.jar in the dependency list,
[dependency] but not all the versions are identical (check is based on SHA-1 only at this time).
[dependency] All versions of the libraries must be the same at this time.
[dependency] Versions found are:
[dependency] Path: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\google-play-services_lib\libs\google-play-services.jar
[dependency] Length: 3508206
[dependency] SHA-1: 9b63d9aba531aa7ff5dd30e0c872e8ca550b363a
[dependency] Path: C:\Users\Peter\AppData\Local\Temp\And9A27.tmp\libs\google-play-services.jar
[dependency] Length: 2264484
[dependency] SHA-1: 3dfdf1db5ce5ea2999a5dcde8c8e650b02660059
BUILD FAILED
C:\Users\Peter\AppData\Local\Android\sdk1\tools\ant\build.xml:573: Jar mismatch! Fix your dependencies
Total time: 1 second