Skip to content

Commit 115f7ae

Browse files
committed
Fix for [aapt] warning : AndroidManifest.xml already defines debuggable
1 parent a075fb2 commit 115f7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/common/TestRunner/vs14.android/TestRunner.android.Packaging/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<uses-permission android:name="android.permission.INTERNET" />
1212

1313
<!-- This .apk has no Java code itself, so set hasCode to false. -->
14-
<application android:label="@string/app_name" android:hasCode="false" android:debuggable="true">
14+
<application android:label="@string/app_name" android:hasCode="false">
1515

1616
<!-- Our activity is the built-in NativeActivity framework class.
1717
This will take care of integrating with our NDK code. -->

0 commit comments

Comments
 (0)