Software Archive
Read-only legacy content
17061 Discussions

Debug Intel XDK

Lee__Kyungtaek
Beginner
317 Views
     I have a little doubt debug mode, you're driving me crazy ...
When I connect the phone to test my game, this works perfectly. but to export to android does not work.
 
As I can use settings debugmode in the final version?
Thanks, and sorry for my English.
0 Kudos
1 Reply
PaulF_IntelCorp
Employee
317 Views

When you use the Debug tab you are running in a Crosswalk webview, not the native Android webview. Build for Crosswalk, not Android, and it should work. You'll get two APK files, one for x86 and one for ARM. Put both in the store so your game runs properly on all devices. See this doc page for more information > https://software.intel.com/en-us/xdk/docs/lp-crosswalk.

0 Kudos
Reply