User Tag List

Results 1 to 5 of 5

Thread: Impossible de compiler avec le module d'export Android

  1. #1
    Clicker Fusion 2.5Android Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    storybird_jul's Avatar
    Join Date
    Aug 2015
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Impossible de compiler avec le module d'export Android

    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\b uild.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\b in
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\b in\res
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\b in\rsObj
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\b in\rsLibs
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\g en
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\b in\classes
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\b in\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\b in\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\s rc\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\s rc\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\s rc\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\s rc\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\s rc\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\s rc\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\s rc\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\s rc\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\s rc\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\s rc\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("http://bugs.clickteam.com/report.php");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\s rc\Runtime\CrashReporter.java:95: error: cannot find symbol
    [javac] HttpPost post = new HttpPost ("http://bugs.clickteam.com/report.php");
    [javac] ^
    [javac] symbol: class HttpPost
    [javac] location: class CrashReporter
    [javac] C:\Users\JULIEN~1\AppData\Local\Temp\And38A2.tmp\s rc\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\s rc\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\s rc\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\s rc\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\s rc\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

  2. #2
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    seem that you are using an old version can you update to version 287.4
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #3
    Clicker Fusion 2.5Android Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    storybird_jul's Avatar
    Join Date
    Aug 2015
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok ! I give a try

  4. #4
    Clicker Fusion 2.5Android Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    storybird_jul's Avatar
    Join Date
    Aug 2015
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C'est pire :

    Buildfile: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bu ild.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\bi n
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bi n\res
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bi n\rsObj
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bi n\rsLibs
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\ge n
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bi n\classes
    [mkdir] Created dir: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\bi n\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\bi n\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\bi n\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\li bs\zbar.jar
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\li bs\zip_file.jar
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\li bs\downloader_library.jar
    [dex] input: C:\Users\JULIEN~1\AppData\Local\Temp\And812.tmp\li bs\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\li bs\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.Java13Comma ndLauncher.exec(Java13CommandLauncher.java:58)
    at org.apache.tools.ant.taskdefs.Execute.launch(Execu te.java:428)
    at org.apache.tools.ant.taskdefs.Execute.execute(Exec ute.java:442)
    at org.apache.tools.ant.taskdefs.ExecTask.runExecute( ExecTask.java:628)
    at org.apache.tools.ant.taskdefs.ExecTask.runExec(Exe cTask.java:669)
    at org.apache.tools.ant.taskdefs.ExecTask.execute(Exe cTask.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(DexExe cTask.java:154)
    at com.android.ant.DexExecTask.execute(DexExecTask.ja va:210)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(S equential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execut e(MacroInstance.java:396)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(S equential.java:68)
    at com.android.ant.IfElseTask.execute(IfElseTask.java :124)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(S equential.java:68)
    at com.android.ant.IfElseTask.execute(IfElseTask.java :124)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(S equential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execut e(MacroInstance.java:396)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(S equential.java:68)
    at com.android.ant.IfElseTask.execute(IfElseTask.java :120)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(S equential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execut e(MacroInstance.java:396)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:43 5)
    at org.apache.tools.ant.Target.performTasks(Target.ja va: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.execut eTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Projec t.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

  5. #5
    Clicker Fusion 2.5Android Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    storybird_jul's Avatar
    Join Date
    Aug 2015
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I change the path by C:\Android\sdk and its work... It's cool but i did not realy understand why :>

Similar Threads

  1. Can Fusion and Android Export Module create Android Live Wallpapers?
    By chickenlump in forum Android Export Module 2.5
    Replies: 5
    Last Post: 4th September 2015, 09:29 PM
  2. Do i need android export module ?
    By jackson in forum Fusion 2.5
    Replies: 2
    Last Post: 1st April 2014, 08:58 AM
  3. android export module freeze by export a program
    By chrissk in forum Android Export Module 2.5
    Replies: 4
    Last Post: 4th March 2014, 03:37 PM
  4. Install Flash Export Module impossible
    By thopok in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 6th February 2014, 07:28 AM
  5. Android Export Module?
    By Neox in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 6th December 2013, 08:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •