more debug notes

This commit is contained in:
erinn 2021-02-09 17:51:59 -08:00
parent 60b5c82caa
commit ecb657a7a5
1 changed files with 12 additions and 0 deletions

View File

@ -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 <android/log.h>
^~~~~~~~~~~~~~~
compilation terminated.```
```
*solution:* run `gomobile init`