Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed bug 1760 - Update README.android about local.properties
Browse files Browse the repository at this point in the history
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
  • Loading branch information
slouken committed Mar 20, 2013
1 parent abd7fe5 commit 055a771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.android
Expand Up @@ -47,7 +47,8 @@ Instructions:

If you want to use the Eclipse IDE, skip to the Eclipse section below.

5. Edit <project>/local.properties to point to the Android SDK directory
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=PATH_TO_ANDROID_SDK
6. Run 'ant debug' in android/project. This compiles the .java and eventually
creates a .apk with the native code embedded
7. 'ant debug install' will push the apk to the device or emulator (if connected)
Expand Down

0 comments on commit 055a771

Please sign in to comment.