Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Debug Intel XDK

Lee__Kyungtaek
Beginner
445 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
445 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