Stopped building android apk a moment ago

brianheagney

  • Posts: 18
Hi folks,
Anyone have the faintest idea why my application stopped building to android apk? It has been working fine for the last month, I've been running it fine all evening...finally, a moment ago (after I made my last change for the night), it stopped working.

Logs are attached.

captaincomic

  • *
  • Posts: 6108
Code: [Select]
2015-07-31 00:46:05,226 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] [gettarget] WARNING: No minSdkVersion value set. Application will install on all Android versions.
2015-07-31 00:46:05,228 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat]      [echo] ----------
2015-07-31 00:46:05,228 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat]      [echo] Creating output directories if needed...
2015-07-31 00:46:05,231 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat]      [echo] ----------
2015-07-31 00:46:05,232 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat]      [echo] Resolving Dependencies for GPE...
2015-07-31 00:46:05,235 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] [dependency] Library dependencies:
2015-07-31 00:46:05,236 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] [dependency] No Libraries
2015-07-31 00:46:05,240 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] -code-gen:
2015-07-31 00:46:05,254 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] BUILD FAILED
2015-07-31 00:46:05,254 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] C:\Users\Brian\AppData\Roaming\Stencyl\stencylworks\android-sdk\android-sdk-windows\tools\ant\build.xml:598: The following error occurred while executing this line:
2015-07-31 00:46:05,255 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] C:\Users\Brian\AppData\Roaming\Stencyl\stencylworks\android-sdk\android-sdk-windows\tools\ant\build.xml:645: java.lang.ArrayIndexOutOfBoundsException: 1
2015-07-31 00:46:05,255 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at com.android.ant.DependencyGraph.parseDependencyFile(DependencyGraph.java:180)
2015-07-31 00:46:05,255 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at com.android.ant.DependencyGraph.<init>(DependencyGraph.java:54)
2015-07-31 00:46:05,255 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at com.android.ant.SingleDependencyTask.initDependencies(SingleDependencyTask.java:87)
2015-07-31 00:46:05,256 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at com.android.ant.ManifestMergerTask.execute(ManifestMergerTask.java:109)
2015-07-31 00:46:05,256 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
2015-07-31 00:46:05,256 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2015-07-31 00:46:05,256 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2015-07-31 00:46:05,256 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at java.lang.reflect.Method.invoke(Method.java:497)
2015-07-31 00:46:05,257 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
2015-07-31 00:46:05,257 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Task.perform(Task.java:348)
2015-07-31 00:46:05,257 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Target.execute(Target.java:435)
2015-07-31 00:46:05,257 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Target.performTasks(Target.java:456)
2015-07-31 00:46:05,258 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
2015-07-31 00:46:05,258 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
2015-07-31 00:46:05,258 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
2015-07-31 00:46:05,258 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
2015-07-31 00:46:05,258 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:306)
2015-07-31 00:46:05,258 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
2015-07-31 00:46:05,258 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
2015-07-31 00:46:05,259 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2015-07-31 00:46:05,259 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2015-07-31 00:46:05,259 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at java.lang.reflect.Method.invoke(Method.java:497)
2015-07-31 00:46:05,259 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
2015-07-31 00:46:05,259 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Task.perform(Task.java:348)
2015-07-31 00:46:05,259 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
2015-07-31 00:46:05,260 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at com.android.ant.IfElseTask.execute(IfElseTask.java:120)
2015-07-31 00:46:05,260 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
2015-07-31 00:46:05,260 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2015-07-31 00:46:05,260 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2015-07-31 00:46:05,260 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at java.lang.reflect.Method.invoke(Method.java:497)
2015-07-31 00:46:05,260 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
2015-07-31 00:46:05,260 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Task.perform(Task.java:348)
2015-07-31 00:46:05,260 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Target.execute(Target.java:435)
2015-07-31 00:46:05,261 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Target.performTasks(Target.java:456)
2015-07-31 00:46:05,261 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
2015-07-31 00:46:05,261 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
2015-07-31 00:46:05,261 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
2015-07-31 00:46:05,261 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
2015-07-31 00:46:05,261 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Main.runBuild(Main.java:851)
2015-07-31 00:46:05,261 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.Main.startAnt(Main.java:235)
2015-07-31 00:46:05,262 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
2015-07-31 00:46:05,262 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
2015-07-31 00:46:05,262 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] Total time: 0 seconds
2015-07-31 00:46:05,360 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] C:\Users\Brian\AppData\Roaming\Stencyl\stencylworks\games-generated\HPULemurama>haxelib setup "C:\Program Files (x86)\Stencyl\plaf\haxe\lib"
2015-07-31 00:46:05,391 INFO  [Thread-13] stencyl.sw.util.StreamGobbler: [openfl.bat] haxelib repository is now C:\Program Files (x86)\Stencyl\plaf\haxe\lib/
2015-07-31 00:46:05,395 DEBUG [pool-1-thread-1] stencyl.sw.util.Util: Process 'openfl.bat' exited with code: 0
I don't know about this error, but here someone has the same (with a different software):
http://stackoverflow.com/questions/23583119/cordova-wont-build-anymore

Try Clean Project.