IntelĀ® HAXM and appcelerator apps not working

You must Login before you can answer or comment on any questions.

hi, i have an app which i have built on windows, using

Android : 4.0.3
SDK : 2.1.2GA
windows 7 : 64bit
after reading Supercharge Your Android Emulator Speed, i install it on my computer and the result was amazing.

so i open my app and try to deploy it to the emulator after making the changes to the image, and that when i have got my app not to work.

i change everything back to the old one (ARM) and the app back to work as it should.

so i was wondering does the SDK work with the intel or not ..

1 Answer

Accepted Answer

It works with limitations. Be sure to read the comments for TIMOB-9170

— answered 9 months ago by Shannon Hicks
answer permalink
1 Comment
  • will, thanks for your answer, but the limitation which they talk about is what am doing, since i dont use google api in my apps, just the appcelerator cloud + facebook + normal elements. and am using the 4.0.3 .. but the the log says

    09-09 08:54:55.776: E/TiApplication(1407): (KrollRuntimeThread) [61,327] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1453]:   794 unknown reloc type 22 @ 0xad146a98 (0); Titanium 2.1.2,2012/08/24 14:46,ed7f777
    09-09 08:54:55.776: E/TiApplication(1407): java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1453]:   794 unknown reloc type 22 @ 0xad146a98 (0)
    09-09 08:54:55.776: E/TiApplication(1407):  at java.lang.Runtime.loadLibrary(Runtime.java:370)
    09-09 08:54:55.776: E/TiApplication(1407):  at java.lang.System.loadLibrary(System.java:535)
    09-09 08:54:55.776: E/TiApplication(1407):  at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:59)
    09-09 08:54:55.776: E/TiApplication(1407):  at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:171)
    09-09 08:54:55.776: E/TiApplication(1407):  at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:106)
    09-09 08:56:07.090: E/TiApplication(1557): (KrollRuntimeThread) [153,264] APP PROXY: ti.modules.titanium.app.AppModule@b4962318
    09-09 08:56:07.168: E/TiApplication(1557): (KrollRuntimeThread) [28,292] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Couldn't load ti.cloudpush: findLibrary returned null; Titanium 2.1.2,2012/08/24 14:46,ed7f777
    09-09 08:56:07.168: E/TiApplication(1557): java.lang.UnsatisfiedLinkError: Couldn't load ti.cloudpush: findLibrary returned null
    09-09 08:56:07.168: E/TiApplication(1557):  at java.lang.Runtime.loadLibrary(Runtime.java:365)
    09-09 08:56:07.168: E/TiApplication(1557):  at java.lang.System.loadLibrary(System.java:535)
    09-09 08:56:07.168: E/TiApplication(1557):  at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:111)
    09-09 08:56:07.168: E/TiApplication(1557):  at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:76)
    09-09 08:56:07.168: E/TiApplication(1557):  at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:171)
    09-09 08:56:07.168: E/TiApplication(1557):  at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:106)
    and many more .

    the only thing is that am using V8 not Rhino.

    — commented 9 months ago by Mhd Zaher Ghaibeh

Your Answer

This question has been locked and cannot accept new answers.