Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kivy/python-for-android
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Jan 13, 2012
2 parents 2854e45 + f21cda6 commit 3afe7b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Expand Up @@ -40,3 +40,15 @@ Global overview
adb install bin/touchtracer-1.0-debug.apk

#. Enjoy.


Troubleshooting
---------------

if you get the following message:

Android NDK: Host 'awk' tool is outdated. Please define HOST_AWK to point to Gawk or Nawk !

a solution is to remove the "awk" binary in the android ndk distribution

rm $ANDROIDNDK/prebuilt/linux-x86/bin/awk

0 comments on commit 3afe7b5

Please sign in to comment.