Software Archive
Read-only legacy content
17061 Discussions

Intel XDK 2611 update and issues with APK

Ming_Chiet_C_
Beginner
726 Views

Hi, 

I recently updated to the intel xdk v2611 and noted certain suggestions about deselecting and reselecting the plugins for my project in Intel XDK. I did as suggested.

I managed to build and compile it for Android and android Crosswalk. No erros popped up and when I tested the emulator, it worked properly.

The successfully compiled APK for both Android and Android Crosswalk was installed on my test phone and all I am getting is a blank screen.

Is there a way to debug if this is an Intel XDK problem or an issue with tool that I am using to build my application. I am using Scirra(Construct 2).

 

0 Kudos
3 Replies
Anusha_M_Intel1
Employee
726 Views

So you are not using Intel XDK to build? By blank screen do you mean it gets stuck on the splashscreen? In that case, it might be that in your intelxdk additions file, splashscreen autohide is set to false. Change it to true. Or make sure you call navigator.splashscreen.hide(); within your device ready function. 

Check out this page for emulator limitations - https://software.intel.com/en-us/xdk/docs/intel-xdk-dev-emulator-limitations

0 Kudos
Ming_Chiet_C_
Beginner
726 Views

No. Its not stuck on the splashscreen because I did not include any splashscreen image. 

It wasnt an issue before with the previous version of intel xdk.

Is there anything else that I can check?

0 Kudos
PaulF_IntelCorp
Employee
726 Views

@Chiet -- does your app run in App Preview (using the Test tab)? Does it run if you use the Debug tab?
 

0 Kudos
Reply