We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1760

Summary: Update README.android about local.properties
Product: SDL Reporter: ny00
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86_64   
OS: Linux   

Description ny00 2013-03-17 15:04:09 UTC
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
"
Comment 1 Sam Lantinga 2013-03-20 01:15:38 UTC
Fixed, thanks!
http://hg.libsdl.org/SDL/rev/24edf0189bc5