cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to load resource send sap-ui-core.js:27

Former Member
0 Kudos

Hello!

I am trying to run an SAPUI5 app on android emulator through cordova, I copy the resources and my view folder into the www project folder, and revised the index.html file.  the view can be seen in the emulator screen ,but the app has no access to the data which locates in HANA database.

the index.html and error is shown as below. Otherwise, the size of view page is not compatible to the app screen, how could I revise that?

Accepted Solutions (0)

Answers (1)

Answers (1)

santhu_gowdaz
Active Contributor
0 Kudos

Add "sap-ui-core.js" to resource folder or else change your "bootstrap" src to,

  src="https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js"

Former Member
0 Kudos

Hi Santhosh!

That had been done when I created the project.

It seems that m.send is not available,I wonder if something went wrong when loading sap.m library.