File: note.txt

package info (click to toggle)
ecere-sdk 0.44.15-1
  • links: PTS
  • area: main
  • in suites: sid, stretch
  • size: 97,712 kB
  • ctags: 54,695
  • sloc: ansic: 593,042; makefile: 12,250; yacc: 4,955; lex: 707; objc: 259; python: 252; xml: 102
file content (15 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
See http://ecere.org/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-
      
   And a sysroot, e.g. C:\android-sdk\android-ndk-r8b\platforms\android-14\arch-arm

- Use the following to create your signing key:

   keytool -genkey -v -alias mykey -keyalg RSA -keysize 2048 -validity 10000

   By default, the project is configured (Project Settings, Builder, Post Build Commands - Common config) with 'mypassword'

- There's also a hardcoded reference in the Post-Build Commands to an Android SDK at C:/android-sdk/platforms/android-16/