Software Archive
Read-only legacy content
17061 Discussions

Set android:debuggable="true"

Henning_S_
Beginner
973 Views

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

 

 

0 Kudos
2 Replies
Hamilton_Tenório_da_
Valued Contributor I
973 Views

Insert in intelxdk.config.additions.xml this:

<preference name="debuggable" value="true" />

0 Kudos
Henning_S_
Beginner
973 Views

Excellent, thank you very much for the quick response!

0 Kudos
Reply