Skip to content

Commit d26179c

Browse files
committed
Added a Troubleshooting section, with help about a weird ndk issue (old awk)
1 parent cb77423 commit d26179c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,15 @@ Global overview
4040
adb install bin/touchtracer-1.0-debug.apk
4141

4242
#. Enjoy.
43+
44+
45+
Troubleshooting
46+
---------------
47+
48+
#. if you get the following message:
49+
50+
Android NDK: Host 'awk' tool is outdated. Please define HOST_AWK to point to Gawk or Nawk !
51+
52+
a solution is to remove the "awk" binary in the android ndk distribution
53+
54+
rm $ANDROIDNDK/prebuilt/linux-x86/bin/awk

0 commit comments

Comments
 (0)