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

Commit

Permalink
Added the step to edit local properties
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 4, 2011
1 parent aa0d0ea commit 371af0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.android
Expand Up @@ -30,7 +30,8 @@ Instructions:
3. Place your application source files in android/project/jni
4. Edit the Android.mk to include your source files
5. Run 'ndk-build' (a script provided by the NDK). This compiles the C source
6. Run 'ant' in android/testproject. This compiles the .java and eventually
6. Edit project/local.properties to point to the SDK directory
6. Run 'ant debug' in android/project. This compiles the .java and eventually
creates a .apk with the C source embedded
7. 'ant install' will push the apk to the device or emulator (if connected)

Expand Down

0 comments on commit 371af0f

Please sign in to comment.