Software Archive
Read-only legacy content
17061 Discussions

404 error in Emulator after upgrading to release 3088

JJ_I_
Beginner
402 Views

Hi all,

When running XDK Emulator I got thise erros since I upgraded to 3088 :

404: Intel XDK can't find your app
Do you have index.html in your source directory?

 

I already tried solutions I found in other topics, with no success. Of course I checked that my index.html file is ok. The build function still works (app built and installed on my device works fine). Any idea?

0 Kudos
1 Solution
Anusha_M_Intel1
Employee
402 Views

Okay, I was able to reproduce the problem using a Construct 2 export project. 

The latest release of Intel XDK mandates that your index.html resides in a 'www' directory in your root. You also have to update the location of your src directory (in projects tab) to point to the www directory. Follow these instructions on this FAQ to resolve this issue: https://software.intel.com/en-us/xdk/faqs/general#www-folder

 

 

 

View solution in original post

0 Kudos
5 Replies
emem_u_
Beginner
402 Views

I am having the same problem with the emulator with error: 

404: Intel XDK can't find your app
Do you have index.html in your source directory?

 Why this, is it a bug? intel please assist.

0 Kudos
Aaron_C_2
Beginner
402 Views

I'm in the same boat. I might try recreating the project for now.

0 Kudos
Anusha_M_Intel1
Employee
402 Views

I haven't been able to reproduce the errror though there have been a few reports of this case. Can one of you send me your project? I can see if I encounter the same problem. 

0 Kudos
Anusha_M_Intel1
Employee
403 Views

Okay, I was able to reproduce the problem using a Construct 2 export project. 

The latest release of Intel XDK mandates that your index.html resides in a 'www' directory in your root. You also have to update the location of your src directory (in projects tab) to point to the www directory. Follow these instructions on this FAQ to resolve this issue: https://software.intel.com/en-us/xdk/faqs/general#www-folder

 

 

 

0 Kudos
JJ_I_
Beginner
402 Views

Ok now. Many thanks for your help !

0 Kudos
Reply