samples/android/hello: Updated note, project
authorJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 06:54:30 +0000 (02:54 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 06:54:30 +0000 (02:54 -0400)
samples/android/hello/helloAndroid.epj
samples/android/hello/note.txt

index 81c7396..ed34202 100644 (file)
@@ -15,7 +15,7 @@
       "PostbuildCommands" : [
          "$(call mkdirq,$(OBJ)apk/lib/armeabi)",
          "$(call mkdirq,$(OBJ)apk/lib/x86)",
-         "$(call cpq,/sdk/ecere/obj/android.linux.$(COMPILER)/libecere.so,$(OBJ)apk/lib/x86)",
+         "$(call cpq,/ecere-sdk/ecere/obj/android.linux.$(COMPILER)/libecere.so,$(OBJ)apk/lib/x86)",
          "$(call cpq,$(TARGET),$(OBJ)apk/lib/x86)",
          "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",
index 898ebc5..5c639d5 100644 (file)
@@ -1,3 +1,5 @@
+See http://ecere.com/wiki/index.php?title=Android
+
 - You need to configure an Android compiler and select it as the active compiler
    You can simply use the default toolchain values, with a GCC prefix:
       e.g. arm-linux-androideabi-