I recently migrated to Worklight Studio 6, and the application-descriptor.xml of my app is being flagged due to the width, height, and worklightServerRootURL elements. I've looked in the documentation but haven't found a mention yet of how to migrate these elements for Worklight 6. Are there replacements?
相关问题
- IBM Worklight 6.0 - Worklight Console does not sho
- Output delayed from Cordova Plugin
- Android Application Build with MobileFirst 7.1 is
- Custom ListView in Worklight using Dojo
- How to display a custom keyboard
相关文章
- Unknown realm [myRealm]. null returned for key: is
- How To Calling a Stored Procedure in Worklight
- Worklight 6.0 WL development Server not starting
- How to open the phone dialer?
- Is there a tool to install an existing Cordova 3 p
- Worklight Online + Offline Authentication
- Cannot Call determinedVisibility() never saw a con
- Getting “Cannot install applications because the c
The mentioned elements have been removed (
worklightServerRootURL
) and moved (height
,width
- into the Adobe Air element, if the environment exist in the project).Your application-descriptor.xml should not flag you about these. If you do get flagged (do you mean you get an error or warning?), it means something in the upgrade process of your project has gone bad.
In any case, to overcome this simply remove the offending elements.
That said, because this could indicate on a bad upgrade other things may have gone wrong as well. If you can add any more information it will help.
Can you share your project? (export it as .zip file from Eclipse)