From ecb657a7a5df156b9abb46a5d698aae67ec0fc68 Mon Sep 17 00:00:00 2001 From: erinn Date: Tue, 9 Feb 2021 17:51:59 -0800 Subject: [PATCH] more debug notes --- BUILDING_DEBUG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BUILDING_DEBUG.md b/BUILDING_DEBUG.md index 1160d78..b7bedec 100644 --- a/BUILDING_DEBUG.md +++ b/BUILDING_DEBUG.md @@ -18,3 +18,15 @@ gomobile clean gomobile init make android + +# errors + +``` +# runtime/cgo +gcc_android.c:6:10: fatal error: android/log.h: No such file or directory + #include + ^~~~~~~~~~~~~~~ +compilation terminated.``` +``` + +*solution:* run `gomobile init`