From 8414f0293cebfb1be4e60caa7df679ff5b8da43f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 8 Feb 2013 01:12:48 -0800 Subject: [PATCH] Fixed bug 1711 - Comment in "manifest" element within android-project/AndroidManifest.xml is the source of troubles ny00@outlook.com Let me quote the following opening tag from android-project/AndroidManifest.xml: package="org.libsdl.app" android:versionCode="1" android:versionName="1.0" android:installLocation="auto"> The comment (with the text "Replace org.libsdl.app with...") seems to be a cause of troubles. Here are a few examples I've spotted: 1) While using nkd-build from android-ndk-r8d, I receive the following error: Invalid attribute name: package="org.libsdl.app" android:versionCode="1" android:versionName="1.0"