IBM Worklight - “Unfortunately, HelloWorkLight has stopped” error message

北城余情 提交于 2019-12-18 09:37:08

问题


I have created a simple HelloWorld application with the Android environment. When I run it in my android device (ICS version) i get this error message:

Unfortunately, HelloWorkLight has stopped

When I run it in the Android emulator (version 2.2), I get this error:

Sorry! The application HelloWorkLight (process com.HelloWorkLight) has stopped unexpectedly. Please try again. Force Close.

I have no idea what to do with this error.


回答1:


You are probably using ADT v22.
To resolve this issue:

  1. Right-click on the native Android project in Worklight Studio and choose 'Properties'.
  2. Select 'Java Build Path' and go to the 'Order and Export' tab.
  3. Mark the check-box for 'Android Private Libraries'
  4. Refresh/clean/rebuild the android project.

You will need to do the above per-project.
This is fixed internally for a future Worklight release.



来源:https://stackoverflow.com/questions/17129623/ibm-worklight-unfortunately-helloworklight-has-stopped-error-message

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!