My latest app I tried to compile to html5 and got a clang.exe and clang++.exe continuous running and slowing down my machine...
No way to kill it except reboot ... anyone else seen this problem?
Also, I have a simple enough app that returns a application failure for Android....
can this happen if i try to play .wav files or other non-compatible commands??
What will definitely make Android app crash or fail to run??
Any ideas?
The first time does take a very long time to complete - probably 20+ minutes for some reason. It does appear to be in a loop, but that is how it works..
Quotecan this happen if i try to play .wav files or other non-compatible commands??
WAV files are compatible - unless they are corrupt...
What about rotosprite on android?
float calcs?
Or not having right SetRes numbers?
really not understanding why my latest program is not working on Android.... :S
Rotosprite on Android works, as does ROTOZOOMANIM
Floating-point calculations are fine
Dont know about invalid resolutions...
Can you make the complete project available ?
I think my issues stem from compile and SDK API 14, API 16?
Arrrgghh!
BUILD STAGE 1: Compile and pack RELEASE
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Updated project.properties
Updated local.properties
Updated file C:\Users\gary\Documents\GL_PROJECTS\GLBasic\Galaxians\distribute\Android\build.xml
Updated file C:\Users\gary\Documents\GL_PROJECTS\GLBasic\Galaxians\distribute\Android\proguard-project.txt
Picked up _JAVA_OPTIONS: -Xms256m -Xmx512m
.
BUILD STAGE 2: Build DEBUG and install on device
[subant] No sub-builds to iterate on
[javac] Note: C:\Users\gary\Documents\GL_PROJECTS\GLBasic\Galaxians\distribute\Android\src\com\glbasic\test\SDLActivity.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
BUILD FAILED
c:\Program Files\Android\android-sdk\tools\ant\build.xml:919: The following error occurred while executing this line:
c:\Program Files\Android\android-sdk\tools\ant\build.xml:930: The following error occurred while executing this line:
c:\Program Files\Android\android-sdk\tools\ant\build.xml:295: com.android.sdklib.build.ApkCreationException: Debug Certificate expired on 24/08/13 01:43
at com.android.sdklib.build.ApkBuilder.getDebugKey(ApkBuilder.java:283)
at com.android.sdklib.build.ApkBuilder.<init>(ApkBuilder.java:390)
at com.android.ant.ApkBuilderTask.execute(ApkBuilderTask.java:334)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
at com.android.ant.IfElseTask.execute(IfElseTask.java:124)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequ
Does %PATH% point to your JDK bin directory ?
Do you have JAVA_HOME ?