red23jordan
red23jordan

Reputation: 2891

IBM Worklight 5.0.6.1 - Android 2.3 Support

When I run the Worklight application on Android Virtual Devices - Android 2.3.3 (API Level 10). The following error appears when the app is launched. It is fine when running on Android 2.2 (API Level 8).

I have searched on Internet and here said that there is bug on Android 2.3 about webview. (Link)

May I know does Worklight 5.0.6.1 supports Android 2.3?

11-25 15:51:50.001: WARN/dalvikvm(615): JNI WARNING: jarray 0xb746d460 points to non-array object (Ljava/lang/String;)
11-25 15:51:50.001: INFO/dalvikvm(615): "WebViewCoreThread" prio=5 tid=8 NATIVE
11-25 15:51:50.001: INFO/dalvikvm(615):   | group="main" sCount=0 dsCount=0 obj=0xb7477290 self=0x98e7da9
11-25 15:51:50.001: INFO/dalvikvm(615):   | sysTid=1348 nice=0 sched=0/0 cgrp=[fopen-error:2] handle=160581160
11-25 15:51:50.011: INFO/dalvikvm(615):   at android.webkit.JWebCoreJavaBridge.sharedTimerFired(Native Method)
11-25 15:51:50.011: INFO/dalvikvm(615):   at android.webkit.JWebCoreJavaBridge.sharedTimerFired(Native Method)
11-25 15:51:50.020: INFO/dalvikvm(615):   at android.webkit.JWebCoreJavaBridge.fireSharedTimer(JWebCoreJavaBridge.java:91)
11-25 15:51:50.020: INFO/dalvikvm(615):   at android.webkit.JWebCoreJavaBridge.handleMessage(JWebCoreJavaBridge.java:108)
11-25 15:51:50.020: INFO/dalvikvm(615):   at android.os.Handler.dispatchMessage(Handler.java:99)
11-25 15:51:50.020: INFO/dalvikvm(615):   at android.os.Looper.loop(Looper.java:130)
11-25 15:51:50.020: INFO/dalvikvm(615):   at android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:629)
11-25 15:51:50.020: INFO/dalvikvm(615):   at java.lang.Thread.run(Thread.java:1019)
11-25 15:51:50.030: ERROR/dalvikvm(615): VM aborting

Upvotes: 0

Views: 200

Answers (1)

Barbara
Barbara

Reputation: 401

Worklight does support Android 2.3, see System Requirements. However, there is a defect open to document the Android emulator issue you pointed out. The Known Limitations section of the InfoCenter will be updated to indicate Android Emulator 2.3.x is not supported.

Upvotes: 2

Related Questions