Now android package name can be changed without breaking the app.

This commit is contained in:
Martín Lucas Golini
2013-07-14 23:27:42 -03:00
parent 9402c8a34e
commit 8a58b6c7de
3 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.libsdl.app"
package="org.eepp.app"
android:versionCode="1"
android:versionName="1.0">
<application android:label="@string/app_name" android:icon="@drawable/icon" android:debuggable="true">
<activity android:name="SDLActivity"
<activity android:name="org.libsdl.app.SDLActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="EEPPApp" default="help">
<project name="eepp-app" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into

View File

@@ -5,5 +5,5 @@ ndk-build NDK_LOG=1 NDK_DEBUG=1 -j4
rm -rf ./bin
rm -rf ./gen
ant debug
adb install -r bin/EEPPApp-debug.apk
adb install -r bin/eepp-app-debug.apk
ndk-gdb --force --start --verbose