Impossible de compiler avec le module d'export Android

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Hello, je suis passé à la version dev d'mmf2.5

    Je n'avais jamais eu de soucis d'export avec le module Android auparavent mais maintenant j'ai toujours des erreurs, j'ai aussi re-installé l'Android SDK Manager pensant que j'avais fait des mauvaises manip etc...
    J'ai aussi pris le soin de mettre les liens dans les paramètres d'mmf :

    Pour le JDK
    C:\Program Files\Java\jdk1.8.0_77

    Pour le SDK
    C:\Users\julien rocca\Appdata\Local\Android\android-sdk

    J'ai mis la version 24 de l'API de construction, vu que dans le SDK manager il est bien indiqué comme installé... Bref Help me please :/

    Je me retrouve avec ça :

    Buildfile: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\build.xml

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 25.2.2
    [checkenv] Installed at C:\Users\julien rocca\Appdata\Local\Android\android-sdk

    -setup:
    [echo] Project Name: RuntimeAndroid
    [gettype] Project Type: Application

    -set-debug-mode:

    -debug-obfuscation-check:

    -pre-build:

    -build-setup:
    [getbuildtools] Using latest Build Tools: 25.2.2
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 7.1.1
    [gettarget] API level: 25
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\bin
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\bin\res
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\gen
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\bin\classes
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\bin\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency]
    [dependency] ------------------
    [echo] ----------
    [echo] Building Libraries with 'debug'...
    [subant] No sub-builds to iterate on

    -code-gen:
    [mergemanifest] Merging AndroidManifest files into one.
    [mergemanifest] Manifest merger disabled. Using project manifest only.
    [echo] Handling aidl files...
    [aidl] No AIDL files to compile.
    [echo] ----------
    [echo] Handling RenderScript files...
    [echo] ----------
    [echo] Handling Resources...
    [aapt] Generating resource IDs...
    [echo] ----------
    [echo] Handling BuildConfig class...
    [buildconfig] Generating BuildConfig class.

    -pre-compile:

    -compile:
    [javac] Compiling 437 source files to C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\bin\classes
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:24: error: package org.apache.http does not exist
    [javac] import org.apache.http.HttpResponse;
    [javac] ^
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:25: error: package org.apache.http does not exist
    [javac] import org.apache.http.NameValuePair;
    [javac] ^
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:26: error: package org.apache.http.client.entity does not exist
    [javac] import org.apache.http.client.entity.UrlEncodedFormEntity;
    [javac] ^
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:27: error: package org.apache.http.client.methods does not exist
    [javac] import org.apache.http.client.methods.HttpPost;
    [javac] ^
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:28: error: package org.apache.http.impl.client does not exist
    [javac] import org.apache.http.impl.client.DefaultHttpClient;
    [javac] ^
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:30: error: cannot find symbol
    [javac] import org.apache.http.params.HttpProtocolParams;
    [javac] ^
    [javac] symbol: class HttpProtocolParams
    [javac] location: package org.apache.http.params
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:63: error: cannot find symbol
    [javac] ArrayList <NameValuePair> postData = new ArrayList <NameValuePair> ();
    [javac] ^
    [javac] symbol: class NameValuePair
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:63: error: cannot find symbol
    [javac] ArrayList <NameValuePair> postData = new ArrayList <NameValuePair> ();
    [javac] ^
    [javac] symbol: class NameValuePair
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:65: error: cannot find symbol
    [javac] postData.add(new NameValuePair()
    [javac] ^
    [javac] symbol: class NameValuePair
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("Please login to see this link.");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:99: error: cannot find symbol
    [javac] { post.setEntity (new UrlEncodedFormEntity (postData));
    [javac] ^
    [javac] symbol: class UrlEncodedFormEntity
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:105: error: cannot find symbol
    [javac] DefaultHttpClient client = new DefaultHttpClient();
    [javac] ^
    [javac] symbol: class DefaultHttpClient
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:105: error: cannot find symbol
    [javac] DefaultHttpClient client = new DefaultHttpClient();
    [javac] ^
    [javac] symbol: class DefaultHttpClient
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:108: error: cannot find symbol
    [javac] HttpProtocolParams.setUseExpectContinue (params, false);
    [javac] ^
    [javac] symbol: variable HttpProtocolParams
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\src\Runtime\CrashReporter.java:111: error: cannot find symbol
    [javac] HttpResponse response;
    [javac] ^
    [javac] symbol: class HttpResponse
    [javac] location: class CrashReporter
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 16 errors
    [javac] 3 warnings

    BUILD FAILED
    C:\Users\julien rocca\Appdata\Local\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
    C:\Users\julien rocca\Appdata\Local\Android\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.

    Total time: 2 seconds

  • C'est pire :

    Buildfile: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\build.xml

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 25.2.2
    [checkenv] Installed at C:\Users\julien rocca\Appdata\Local\Android\android-sdk

    -setup:
    [echo] Project Name: RuntimeAndroid
    [gettype] Project Type: Application

    -set-debug-mode:

    -debug-obfuscation-check:

    -pre-build:

    -build-setup:
    [getbuildtools] Using latest Build Tools: 25.2.2
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 7.0
    [gettarget] API level: 24
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bin
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bin\res
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\gen
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bin\classes
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bin\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency]
    [dependency] ------------------
    [dependency] Ordered libraries:
    [dependency]
    [dependency] ------------------
    [echo] ----------
    [echo] Building Libraries with 'debug'...

    nodeps:

    -set-mode-check:

    -set-debug-files:

    -check-env:
    [checkenv] Android SDK Tools Revision 25.2.2
    [checkenv] Installed at C:\Users\julien rocca\Appdata\Local\Android\android-sdk

    -setup:
    [echo] Project Name: facebook
    [gettype] Project Type: Android Library

    -set-debug-mode:

    -debug-obfuscation-check:

    -pre-build:

    -build-setup:
    [getbuildtools] Using latest Build Tools: 25.2.2
    [echo] Resolving Build Target for facebook...
    [gettarget] Project Target: Android 7.0
    [gettarget] API level: 24
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin
    [mkdir] Created dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res
    [mkdir] Created dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\rsObj
    [mkdir] Created dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\rsLibs
    [mkdir] Created dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\gen
    [mkdir] Created dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\classes
    [mkdir] Created dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for facebook...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency]
    [dependency] ------------------

    -code-gen:
    [mergemanifest] Merging AndroidManifest files into one.
    [mergemanifest] Manifest merger disabled. Using project manifest only.
    [echo] Handling aidl files...
    [aidl] No AIDL files to compile.
    [echo] ----------
    [echo] Handling RenderScript files...
    [echo] ----------
    [echo] Handling Resources...
    [aapt] Generating resource IDs...
    [echo] ----------
    [echo] Handling BuildConfig class...
    [buildconfig] Generating BuildConfig class.

    -pre-compile:

    -compile:
    [javac] Compiling 3 source files to C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\classes
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] 3 warnings
    [echo] Creating library output jar file...
    [jar] Building jar: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\classes.jar

    -post-compile:

    -obfuscate:

    -dex:
    [echo] Library project: do not convert bytecode...

    -crunch:
    [crunch] Crunching PNG Files in source dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res
    [crunch] To destination dir: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_full_open_on_phone.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_full_open_on_phone.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_full_open_on_phone.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_ic_googleplayservices.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_ic_googleplayservices.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_ic_googleplayservices.png: 79% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_disabled_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_disabled_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_disabled_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_disabled_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_disabled_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_disabled_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_disabled_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_disabled_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_disabled_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_disabled_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_disabled_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_disabled_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_normal_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_normal_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_normal_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_normal_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_normal_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_normal_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_pressed_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_pressed_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_pressed_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_icon_pressed_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_pressed_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_icon_pressed_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_disabled_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_disabled_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_disabled_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_disabled_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_disabled_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_disabled_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_disabled_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_disabled_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_disabled_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_disabled_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_disabled_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_disabled_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_normal_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_normal_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_normal_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_normal_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_normal_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_normal_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_pressed_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_pressed_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_pressed_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\common_signin_btn_text_pressed_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_pressed_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\common_signin_btn_text_pressed_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\ic_plusone_medium_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\ic_plusone_medium_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\ic_plusone_medium_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\ic_plusone_small_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\ic_plusone_small_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\ic_plusone_small_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\ic_plusone_standard_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\ic_plusone_standard_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\ic_plusone_standard_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\ic_plusone_tall_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\ic_plusone_tall_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\ic_plusone_tall_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\powered_by_google_dark.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\powered_by_google_dark.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\powered_by_google_dark.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-hdpi\powered_by_google_light.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\powered_by_google_light.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-hdpi\powered_by_google_light.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_disabled_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_disabled_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_disabled_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_disabled_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_disabled_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_disabled_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_disabled_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_disabled_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_disabled_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_disabled_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_disabled_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_disabled_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_normal_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_normal_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_normal_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_normal_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_normal_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_normal_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_pressed_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_pressed_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_pressed_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_icon_pressed_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_pressed_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_icon_pressed_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_disabled_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_disabled_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_disabled_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_disabled_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_disabled_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_disabled_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_disabled_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_disabled_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_disabled_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_disabled_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_disabled_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_disabled_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_normal_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_normal_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_normal_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_normal_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_normal_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_normal_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_pressed_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_pressed_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_pressed_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\common_signin_btn_text_pressed_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_pressed_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\common_signin_btn_text_pressed_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\ic_plusone_medium_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\ic_plusone_medium_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\ic_plusone_medium_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\ic_plusone_small_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\ic_plusone_small_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\ic_plusone_small_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\ic_plusone_standard_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\ic_plusone_standard_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\ic_plusone_standard_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\ic_plusone_tall_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\ic_plusone_tall_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\ic_plusone_tall_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\powered_by_google_dark.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\powered_by_google_dark.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\powered_by_google_dark.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-mdpi\powered_by_google_light.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\powered_by_google_light.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-mdpi\powered_by_google_light.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-tvdpi\ic_plusone_medium_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-tvdpi\ic_plusone_medium_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-tvdpi\ic_plusone_medium_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-tvdpi\ic_plusone_small_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-tvdpi\ic_plusone_small_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-tvdpi\ic_plusone_small_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-tvdpi\ic_plusone_standard_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-tvdpi\ic_plusone_standard_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-tvdpi\ic_plusone_standard_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-tvdpi\ic_plusone_tall_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-tvdpi\ic_plusone_tall_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-tvdpi\ic_plusone_tall_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_disabled_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_disabled_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_disabled_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_disabled_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_disabled_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_disabled_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_disabled_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_disabled_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_disabled_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_disabled_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_disabled_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_disabled_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_normal_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_normal_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_normal_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_normal_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_normal_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_normal_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_pressed_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_pressed_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_pressed_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_icon_pressed_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_pressed_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_icon_pressed_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_disabled_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_disabled_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_disabled_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_disabled_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_disabled_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_disabled_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_disabled_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_disabled_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_disabled_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_disabled_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_disabled_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_disabled_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_focus_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_focus_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_normal_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_normal_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_normal_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_normal_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_normal_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_normal_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_pressed_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_pressed_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_pressed_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\common_signin_btn_text_pressed_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_pressed_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\common_signin_btn_text_pressed_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\ic_plusone_medium_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\ic_plusone_medium_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\ic_plusone_medium_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\ic_plusone_small_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\ic_plusone_small_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\ic_plusone_small_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\ic_plusone_standard_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\ic_plusone_standard_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\ic_plusone_standard_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\ic_plusone_tall_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\ic_plusone_tall_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\ic_plusone_tall_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\powered_by_google_dark.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\powered_by_google_dark.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\powered_by_google_dark.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xhdpi\powered_by_google_light.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\powered_by_google_light.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xhdpi\powered_by_google_light.png: 110% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_disabled_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_disabled_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_disabled_dark.9.png: 82% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_disabled_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_disabled_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_disabled_focus_dark.9.png: 80% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_disabled_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_disabled_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_disabled_focus_light.9.png: 80% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_disabled_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_disabled_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_disabled_light.9.png: 82% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_focus_dark.9.png: 62% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_focus_light.9.png: 65% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_normal_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_normal_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_normal_dark.9.png: 62% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_normal_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_normal_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_normal_light.9.png: 65% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_pressed_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_pressed_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_pressed_dark.9.png: 58% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_icon_pressed_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_pressed_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_icon_pressed_light.9.png: 55% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_disabled_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_disabled_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_disabled_dark.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_disabled_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_disabled_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_disabled_focus_dark.9.png: 73% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_disabled_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_disabled_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_disabled_focus_light.9.png: 73% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_disabled_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_disabled_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_disabled_light.9.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_focus_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_focus_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_focus_dark.9.png: 58% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_focus_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_focus_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_focus_light.9.png: 61% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_normal_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_normal_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_normal_dark.9.png: 58% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_normal_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_normal_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_normal_light.9.png: 61% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_pressed_dark.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_pressed_dark.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_pressed_dark.9.png: 54% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\common_signin_btn_text_pressed_light.9.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_pressed_light.9.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\common_signin_btn_text_pressed_light.9.png: 51% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\ic_plusone_medium_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\ic_plusone_medium_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\ic_plusone_medium_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\ic_plusone_small_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\ic_plusone_small_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\ic_plusone_small_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\ic_plusone_standard_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\ic_plusone_standard_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\ic_plusone_standard_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\ic_plusone_tall_off_client.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\ic_plusone_tall_off_client.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\ic_plusone_tall_off_client.png: 0% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\powered_by_google_dark.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\powered_by_google_dark.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\powered_by_google_dark.png: 70% size of source)
    [crunch] Processing image to cache: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\res\drawable-xxhdpi\powered_by_google_light.png => C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\powered_by_google_light.png
    [crunch] (processed image to cache entry C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\res\drawable-xxhdpi\powered_by_google_light.png: 68% size of source)
    [crunch] Crunched 110 PNG files to update cache

    -package-resources:
    [echo] Library project: do not package resources...

    -package:
    [echo] Library project: do not package apk...

    -post-package:

    -do-debug:
    [echo] Library project: do not create apk...
    [propertyfile] Creating new property file: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\build.prop
    [propertyfile] Updating property file: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\build.prop
    [propertyfile] Updating property file: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\build.prop
    [propertyfile] Updating property file: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\build.prop

    -post-build:

    debug:

    -code-gen:
    [mergemanifest] Merging AndroidManifest files into one.
    [mergemanifest] Manifest merger disabled. Using project manifest only.
    [echo] Handling aidl files...
    [aidl] No AIDL files to compile.
    [echo] ----------
    [echo] Handling RenderScript files...
    [echo] ----------
    [echo] Handling Resources...
    [aapt] Generating resource IDs...
    [echo] ----------
    [echo] Handling BuildConfig class...
    [buildconfig] Generating BuildConfig class.

    -pre-compile:

    -compile:
    [javac] Compiling 478 source files to C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bin\classes
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 warnings

    -post-compile:

    -obfuscate:

    -dex:
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bin\classes
    [dex] input: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\classes.jar
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\libs\zbar.jar
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\libs\zip_file.jar
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\libs\downloader_library.jar
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\libs\android-support-v4.jar
    [dex] input: C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\libs\google-play-services.jar
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\libs\library.jar
    [dex] Pre-Dexing C:\Users\julien rocca\AppData\Local\Temp\And812.tmp\google-play-services_lib\bin\classes.jar -> classes-95b5b57d5913c0bd611583ae537b3896.jar

    BUILD FAILED
    C:\Users\julien rocca\Appdata\Local\Android\android-sdk\tools\ant\build.xml:888: The following error occurred while executing this line:
    C:\Users\julien rocca\Appdata\Local\Android\android-sdk\tools\ant\build.xml:890: The following error occurred while executing this line:
    C:\Users\julien rocca\Appdata\Local\Android\android-sdk\tools\ant\build.xml:902: The following error occurred while executing this line:
    C:\Users\julien rocca\Appdata\Local\Android\android-sdk\tools\ant\build.xml:283: Execute failed: java.io.IOException: Cannot run program "C:\Users\julien rocca\Appdata\Local\Android\android-sdk\build-tools\tools\dx.bat": CreateProcess error=2, Le fichier spécifié est introuvable
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
    at java.lang.Runtime.exec(Runtime.java:620)
    at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
    at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
    at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
    at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:628)
    at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
    at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
    at com.android.ant.DexExecTask.runDx(DexExecTask.java:272)
    at com.android.ant.DexExecTask.runDx(DexExecTask.java:235)
    at com.android.ant.DexExecTask.preDexLibraries(DexExecTask.java:154)
    at com.android.ant.DexExecTask.execute(DexExecTask.java:210)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at com.android.ant.IfElseTask.execute(IfElseTask.java:124)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at com.android.ant.IfElseTask.execute(IfElseTask.java:124)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at com.android.ant.IfElseTask.execute(IfElseTask.java:120)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:435)
    at org.apache.tools.ant.Target.performTasks(Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    at org.apache.tools.ant.Main.runBuild(Main.java:851)
    at org.apache.tools.ant.Main.startAnt(Main.java:235)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
    Caused by: java.io.IOException: CreateProcess error=2, Le fichier spécifié est introuvable
    at java.lang.ProcessImpl.create(Native Method)
    at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
    at java.lang.ProcessImpl.start(ProcessImpl.java:137)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
    ... 93 more

    Total time: 5 seconds

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!