Noviembre 21, 2014, 12:29:32 AM Ultima modificación: Noviembre 21, 2014, 12:43:02 AM por romon_28
Al intentar exportar mi juego para Android. En consolo me aparece esto:

Saving IFF file... C:\Users\Rodenas\AppData\Local\Temp\gm_ttt_60288\gm_ttt_80092\plataforma2-Default-1.0.0.droid
Writing Chunk... GEN8
Writing Chunk... OPTN
Writing Chunk... EXTN
Writing Chunk... SOND
Writing Chunk... SPRT
Writing Chunk... BGND
Writing Chunk... PATH
Writing Chunk... SCPT
Writing Chunk... FONT
Writing Chunk... TMLN
Writing Chunk... OBJT
Writing Chunk... ROOM
Writing Chunk... DAFL
Writing Chunk... TPAGE
Writing Chunk... CODE
Writing Chunk... VARI
Writing Chunk... FUNC
Writing Chunk... STRG
Writing Chunk... TXTR
0 Compressing texture... writing texture texture_0.png...
Writing Chunk... AUDO
Writing Chunk... SCPT
Writing Chunk... DBGI
Writing Chunk... STRG
    [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
    [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
    [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
    [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
    [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: C:\Users\Rodenas\AppData\Local\Temp\gm_ttt_60288\gm_ttt_91942\src\com\companyname\plataforma2\Gamepad\Gamepad.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 warnings

BUILD SUCCESSFUL
Total time: 2 minutes 33 seconds
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 1653 but got 1668 bytes)
""D:\Programas\SDK Manager\sdk\tools\zipalign"" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.


Tengo el SDK de Android completo! y actualizado a la ultima versión de java.

Como puedo solucionarlo?

Actualiza tu GMS, el error de zipaling fue arreglado ya hace un par de meses.