mirror of https://github.com/axmolengine/axmol.git
Don't set debug flag in AndroidManifest.xml.
This commit is contained in:
parent
cd0a1b4d6d
commit
9fad8bfc8d
|
@ -8,8 +8,7 @@
|
|||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:icon="@drawable/icon"
|
||||
android:debuggable="true">
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
|
||||
<activity android:name="android.app.NativeActivity"
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:icon="@drawable/icon"
|
||||
android:debuggable="true">
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name="android.app.NativeActivity"
|
||||
android:label="@string/app_name"
|
||||
|
|
Loading…
Reference in New Issue