I want to use the native.showPop to send email in my app. I had been working off the stable build 704, but native.showPopup is on the latest builds. So, I installed the latest build 806. Everything works just fine on the simulator, but to test native.showPopup you must use the device. My app immediately crashed on the latest build on device (no problems on build 704). I ran adb log cat, but this is meaningless to me at this stage. Here is the output (I suppressed the output to show only warnings and above):
[bash]
W/ResourceType( 616): No known package when getting value for resource number 0xffffffff
W/ResourceType( 616): No known package when getting value for resource number 0xffffffff
W/ResourceType( 616): No known package when getting value for resource number 0xffffffff
W/ResourceType( 616): No known package when getting value for resource number 0xffffffff
W/dalvikvm(28940): threadid=10: thread exiting with uncaught exception (group=0x4001f888)
E/AndroidRuntime(28940): FATAL EXCEPTION: GLThread 11
E/AndroidRuntime(28940): java.lang.RuntimeException: createWindowSurface failed
E/AndroidRuntime(28940): at android.opengl.derived.SwapGLSurfaceView$EglHelper.createSurface(SwapGLSurfaceView.java:681)
E/AndroidRuntime(28940): at android.opengl.derived.SwapGLSurfaceView$GLThread.guardedRun(SwapGLSurfaceView.java:910)
E/AndroidRuntime(28940): at android.opengl.derived.SwapGLSurfaceView$GLThread.run(SwapGLSurfaceView.java:783)
W/ActivityManager( 189): Force finishing activity com.soulpatchgames/com.ansca.corona.CoronaActivity
W/ResourceType( 616): No known package when getting value for resource number 0xffffffff
W/ResourceType( 616): No known package when getting value for resource number 0xffffffff
W/InputManagerService( 189): Got RemoteException sending setActive(false) notification to pid 28940 uid 10113
[/bash] [import]uid: 58825 topic_id: 26033 reply_id: 326033[/import]
I am getting this error as well. Does anyone know of a solution? [import]uid: 43692 topic_id: 26033 reply_id: 124134[/import]
I am getting this error as well. Does anyone know of a solution? [import]uid: 43692 topic_id: 26033 reply_id: 124134[/import]