ny00
At the moment, the README.android file mentions this as one step in building an app:
"
5. Edit <project>/local.properties to point to the Android SDK directory
"
However, the local.properties file has recently been removed from the repository, so an update is desired. For instance:
"
5. Create <project>/local.properties and use that to point to the Android SDK directory, by writing a line with the following form:
sdk.dir=/Users/slouken/android-sdk-macosx
Philipp Wiesemann
SDL's README files seem to contain multiple errors and mistakes. I attached a patch with changes and updates.
README:
* removed Windows CE because no more supported
README-SDL.txt:
* corrected spelling mistake
README.DirectFB:
* corrected spelling mistakes
README.MacOSX:
* corrected spelling mistakes
README.Platforms:
* changed Android version to match AndroidManifest.xml
README.Porting:
* added missing directories from list
* removed cdrom directories from list
README.android:
* updated required NDK revision
* add project.properties to list
* changed lower limit for to android-10 and removed upper
* added a statement why older devices not supported
* added correct dates to statements about OpenGL ES
* added info about Google's device numbers and date
* corrected spelling mistakes
README.gesture:
* corrected spelling mistakes
README.pandora:
* corrected spelling mistake
README.touch:
* changed that values are no in range 0..1
* updated the names of some functions
* updated the notes about usage
* corrected spelling mistakes
* added info that API changed near original author contact
Added information on how to customize your application name and icon.
Added information on using STL with an Android application
Increased the minimum API level to 10, because that's the lowest API
that currently has an emulator image for testing.
- Moved to 'project' instead of 'testproject'
- Removed extraneous .c files
- Removed the android_libs folder (that was against the NDK agreement anyway)