From: Jerome St-Louis Date: Fri, 30 Nov 2012 22:34:15 +0000 (-0500) Subject: Added missing Android files X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=chess;a=commitdiff_plain;h=e07dcfcc2d613fe40a2d824cff6e8c77512e4f6b Added missing Android files --- diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml new file mode 100644 index 0000000..95da552 --- /dev/null +++ b/android/AndroidManifest.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/res/drawable-xhdpi/icon.png b/android/res/drawable-xhdpi/icon.png new file mode 100644 index 0000000..174a628 Binary files /dev/null and b/android/res/drawable-xhdpi/icon.png differ diff --git a/android/res/drawable/icon.png b/android/res/drawable/icon.png new file mode 100644 index 0000000..9c45155 Binary files /dev/null and b/android/res/drawable/icon.png differ diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml new file mode 100644 index 0000000..2504dd8 --- /dev/null +++ b/android/res/values/strings.xml @@ -0,0 +1,4 @@ + + + Ecere Chess + diff --git a/chess.epj b/chess.epj index 111a84b..eababf9 100644 --- a/chess.epj +++ b/chess.epj @@ -39,8 +39,8 @@ "PostbuildCommands" : [ "$(call mkdirq,$(OBJ)apk/lib/x86)", "$(call mkdirq,$(OBJ)apk/lib/armeabi)", - "$(call cpq,/sdk/ecere/obj/android.linux.$(COMPILER)/libecere.so,$(OBJ)apk/lib/x86)", - "$(call cpq,$(TARGET),$(OBJ)apk/lib/x86)", + "$(call cpq,/sdk/ecere/obj/android.linux.$(COMPILER)/libecere.so,$(OBJ)apk/lib/armeabi)", + "$(call cpq,$(TARGET),$(OBJ)apk/lib/armeabi)", "aapt package -v -f -m -M android/AndroidManifest.xml -F $(OBJ)$(MODULE)-unsigned.apk -I C:/android-sdk/platforms/android-16/android.jar -S android/res $(OBJ)apk", "jarsigner -storepass mypassword -sigalg MD5withRSA -digestalg SHA1 $(OBJ)$(MODULE)-unsigned.apk mykey -signedjar $(OBJ)$(MODULE).apk", "adb uninstall com.ecere.$(MODULE)",