cancel
Showing results for 
Search instead for 
Did you mean: 

Data not shown in AVD and in Android Devices

Former Member
0 Kudos

Dear Experts,

I tried developing a SAPUI5 project in Eclipse consuming Odata from SAP Netweaver gateway.The application works fine in my chrome browser.

But the same when i am trying to create an android app using Phonegap,the interface(SplitApp) is showing up but with no Data.How can i get a relevant log for the issue on what went wrong.

I have gone through many posts in SCN mentioning the same issue and tried all but no luck.

Thanks and Regards,

Appu

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

Hello Appu,

I think you have already checked the basic things, e.g. AVD has internet access, your credentials to log on to the Gateway server ...

An easy way to find out what is going wrong is to use the Chrome "Inspect Devices" feature of the Chrome Dev Tools. A good starting point is Apache Cordova and Remote Debugging on Android.

Best Regards,

Florian

Former Member
0 Kudos

Hi Florian,

Yes, i have checked the basic things,

The Odata link can be accessed from both my AVD and Anroid device.The server call is going and the data also fetched from SAP, but the data is not displayed instead only the empty splitApp control.

(I am not quite sure if it is a binding issue as the same is displayed in my local browser).

I am using android 4.1 version.

Thanks and Regards,

Appu