Hi, I have and application deployed both on IOS and Android.
I have test with some devices...but not Samsung Galaxy Note 3 (this is bad I know) and now I'm receiving notification from users that is not working on Samsung Galaxy Note 3.
So I emulate it with Genymotion and the app crash (if I emulate other devices it works), the application crash at the beginning with the following message:
[WARN] : dalvikvm: threadid=1: thread exiting with uncaught exception (group=0xa4ce3b20) [ERROR] : TiApplication: (main) [2896,2896] Sending event: exception on thread: main msg:java.lang.ClassCastException: java.util.HashMap cannot be cast to org.appcelerator.titanium.proxy.TiViewProxy; Titanium 3.5.0,2015/01/12 15:33,0014f83 [ERROR] : TiApplication: java.lang.ClassCastException: java.util.HashMap cannot be cast to org.appcelerator.titanium.proxy.TiViewProxy [ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.setActivity(TiViewProxy.java:976) [ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.setActivity(TiViewProxy.java:977) [ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.handleAdd(TiViewProxy.java:666) [ERROR] : TiApplication: at org.appcelerator.titanium.proxy.TiViewProxy.handleMessage(TiViewProxy.java:230) [ERROR] : TiApplication: at android.os.Handler.dispatchMessage(Handler.java:98) [ERROR] : TiApplication: at android.os.Looper.loop(Looper.java:136) [ERROR] : TiApplication: at android.app.ActivityThread.main(ActivityThread.java:5001) [ERROR] : TiApplication: at java.lang.reflect.Method.invokeNative(Native Method) [ERROR] : TiApplication: at java.lang.reflect.Method.invoke(Method.java:515) [ERROR] : TiApplication: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785) [ERROR] : TiApplication: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601) [ERROR] : TiApplication: at dalvik.system.NativeStart.main(Native Method)I have search and I find [this] (http://developer.appcelerator.com/question/143444/titanium-just-crashes-with-samsung-s3-galaxy-2nd) but first I don't know if it works and then should I have to ask my users to disable usb option in developer options? This app works only in Landscape orientation can be the cause of the issue?