mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Now android package name can be changed without breaking the app.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user