diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 37290c2..f031236 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -14,7 +14,7 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/GdxTheme" android:hardwareAccelerated="true" android:allowClearUserData="true" android:logo="@drawable/ic_launcher"> + android:theme="@style/GdxTheme" android:hardwareAccelerated="true" android:allowClearUserData="true" android:logo="@drawable/ic_launcher" android:debuggable="true"> + + + \ No newline at end of file diff --git a/android/project.properties b/android/project.properties index 8937e94..4ab1256 100644 --- a/android/project.properties +++ b/android/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-14 +target=android-19