Hi,
I am developing an application with SAPUI5. I am trying to package the application using Phonegap for Android.
The application runs fine when I run it on Eclipse using SAPUI5 plugin.
I downloaded the runtime libraries and packaged it in Android application, when I run it, the application could not load the required SAPUI5 libraries as sap-ui-core.js is trying to load them using XMLHttpRequest causing Cross-origin-share issue.
After researching sometime I put < access-origin = "*"/> in config.xml but of no use.
Any insights on this would be of great help.
Regards,
Vijay Sai