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

前端 未结 1 2027
粉色の甜心
粉色の甜心 2020-12-22 01:40

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:

<
相关标签:
1条回答
  • 2020-12-22 01:59

    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.

    0 讨论(0)
提交回复
热议问题