[TIMOB-3752] Android tiapp.xml not respecting Debuggable
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | Medium | 
| Status | Closed | 
| Resolution | Invalid | 
| Resolution Date | 2011-04-27T10:40:23.000+0000 | 
| Affected Version/s | Release 1.7.0, Release 1.6.2 | 
| Fix Version/s | Release 1.7.0, Sprint 2011-17 | 
| Components | Android | 
| Labels | n/a | 
| Reporter | Alan Leard | 
| Assignee | Bill Dawson | 
| Created | 2011-04-27T09:28:07.000+0000 | 
| Updated | 2011-04-27T10:40:23.000+0000 | 
Description
	If you add android:debuggable="true" to tiapp.xml, it is not carried through to the AndroidManifest.xml.
<android xmlns:android="http://schemas.android.com/apk/res/android">
    <manifest>
        <application android:debuggable="true" />
    </manifest>
</android>
Please log your time and mark it invalid.