samples: Moved android/hello to simply android; installer: Fixed up samples resources
[sdk] / samples / android / note.txt
1 See http://ecere.com/wiki/index.php?title=Android
2
3 - You need to configure an Android compiler and select it as the active compiler
4    You can simply use the default toolchain values, with a GCC prefix:
5       e.g. arm-linux-androideabi-
6       
7    And a sysroot, e.g. C:\android-sdk\android-ndk-r8b\platforms\android-14\arch-arm
8
9 - Use the following to create your signing key:
10
11    keytool -genkey -v -alias mykey -keyalg RSA -keysize 2048 -validity 10000
12
13    By default, the project is configured (Project Settings, Builder, Post Build Commands - Common config) with 'mypassword'
14
15 - There's also a hardcoded reference in the Post-Build Commands to an Android SDK at C:/android-sdk/platforms/android-16/