Search code examples
androidibm-mobilefirstworklight-studio

IBM Worklight Upgrade from 6.1 to 6.2 -WLUtils cannot be resolved


I upgraded a IBM Worklight studio from 6.1 to 6.2 and apparently everything was ok, but I build an Android environment the main.java file has an error- WLUtils cannot be resolved, and it came from (import com.worklight.common.WLUtils;), It looks like file structure has been changed and I'm not sure how the structure should be in the latest version (6.2), is it guide or documento how to update the worklight version properly?

I'll appreciate any comment related to this matter


Solution

    1. You will want to try candreu's suggestion from the comments.
    2. Related information about the new structure of the main Java class can be found here:

    You can create a new application and verify everything is the same.
    Also, this should not affect you; did you change anything in this file in your existing application?