- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need to be able to debug an application on a physical device as Android 4.4.2 acts differently in some cases compared to the emulators. For example it does not support inline forms validation and I need to test a workaround. All the debuggers I have requires the apk to have
<application android:debuggable="true" />
configured in the AndroidManifest.xml. It does not seem possible to set this through the Intel XDK UI.
Are there any plans to add support for creating debug builds in the near future?
Thanks, Henning
- Tags:
- HTML5
- Intel® XDK
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Insert in intelxdk.config.additions.xml this:
<preference name="debuggable" value="true" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Excellent, thank you very much for the quick response!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page