Hola, resulta que entre a SETTINGS para terminar el juego, y le inserte las imagenes y cambie un par de cosas mas. Antes me compilaba y podia probarlo.
Ahora que esta terminado quiero compilarlo y me sale todo esto en el log




C:\Windows\system32\cmd.exe /c "subst Y: "Z:\Tic-Tac-To_E63DEBF7_AA924061\Android\default" && Y: && cd "com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads" && "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.1.3.189\Android\runner\gradle\gradlew" build  assembleRelease  lint  "
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
Exception in thread "DisconnectableInputStream source reader" org.gradle.api.UncheckedIOException: java.io.IOException: Controlador no v�lido
   at org.gradle.internal.UncheckedException.throwAsUncheckedException(UncheckedException.java:43)
   at org.gradle.util.DisconnectableInputStream$1.run(DisconnectableInputStream.java:125)
   at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Controlador no v�lido
   at java.io.FileInputStream.readBytes(Native Method)
   at java.io.FileInputStream.read(FileInputStream.java:255)
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
   at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
   at org.gradle.util.DisconnectableInputStream$1.run(DisconnectableInputStream.java:96)
   ... 1 more
Observed package id 'build-tools;18.0.1' in inconsistent location 'C:\Android\adt-bundle-windows-x86_64-20130729\sdk\build-tools\android-4.3' (Expected 'C:\Android\adt-bundle-windows-x86_64-20130729\sdk\build-tools\18.0.1')
Observed package id 'build-tools;18.0.1' in inconsistent location 'C:\Android\adt-bundle-windows-x86_64-20130729\sdk\build-tools\android-4.3' (Expected 'C:\Android\adt-bundle-windows-x86_64-20130729\sdk\build-tools\18.0.1')
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:preBuild UP-TO-DATE
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:preDebugBuild UP-TO-DATE
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:checkDebugManifest
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:preDebugAndroidTestBuild UP-TO-DATE
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:preReleaseBuild UP-TO-DATE
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:prepareComAndroidSupportMultidex101Library
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:prepareComAndroidSupportSupportV42311Library
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:prepareDebugDependencies
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:compileDebugAidl
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:compileDebugRenderscript
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:generateDebugBuildConfig
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:generateDebugResValues
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:generateDebugResources
AAPT err(Facade for 1433443395): libpng error: Not a PNG file
AAPT err(Facade for 1620788646): libpng error: Not a PNG file
AAPT err(Facade for 1505941827): libpng error: Not a PNG file
AAPT err(Facade for 1505941827): libpng error: Not a PNG file
AAPT err(Facade for 1505941827): libpng error: Not a PNG file
AAPT err(Facade for 1505941827): libpng error: Not a PNG file
AAPT err(Facade for 1505941827): libpng error: Not a PNG file
AAPT err(Facade for 1505941827): libpng error: Not a PNG file
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:mergeDebugResources
Error: java.lang.RuntimeException: Some file crunching failed, see logs for details
:com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:mergeDebugResources FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':com.TalioGames.Tic-Tac-Toe_Pro_Training_No_Ads:mergeDebugResources'.
> Error: java.lang.RuntimeException: Some file crunching failed, see logs for details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 37.779 secs


C:\Windows\system32\cmd.exe exited with non-zero status (1)
"cmd"  /c subst Z: /d

elapsed time 00:00:00.1900002s for command "cmd" /c subst Z: /d started at 04/08/2018 12:50:49
---------- STOPPING ----------


¿Qué formato tienen las imágenes?, en varias líneas aparece esto: "libpng error: Not a PNG file".


Una imagen puede tener la extensión .png sin que sea ese formato realmente el que la construye, intenta guardando de nuevo las imagenes desde tu editor de gráficos eligiendo el formato PNG. Por lo menos esa es una de las soluciones que encontré sobre tu mismo problema pero de alguien que utiliza Android Studio.

Cita de: Comentario en Stackoverflow

Try run command


find . -type f -name "*.png" | xargs -L 1 -I{} file  -I {} | grep -v 'image/png; charset=binary$'


in your root project directory, it will show you all files that have .png extension, but are not pngs. Then you can resave them as png in some image editor. Before running this command clean project, to speed up the process.

W.I.P:            RaceBall, SceneChat, MMOPTG
Contacto:    Twitter, Facebook