Software Archive
Read-only legacy content
17061 Discussions

The Project runs in emulator successfully but can only display the interface on actual device

Dhruv_P_
Beginner
199 Views

Hello, 

This is a demo DICOM viewer app; although it runs successfully in the emulator in intel xdk by showing all the images that are stored as image URLs but fails to display those images on the actual device. The images are stored as image URLs and those URLs are used in the code itself to access those images.

But for some reason it cannot be displayed on the actual device.

I've attached the file for better understanding

PLEASE HELP!!! I would really appreciate your help 

Thank you

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
199 Views

You may need to restructure the app to turn it into a Cordova app, you can't just take an app that is meant to run off a web site and expect it to run. One thing you can do is look at some of the sample apps or the blank template for some guidance. Also, try running the app in the Debug tab which will allow you to run it on a real device with full debugging using CDT.

0 Kudos
Reply