Skip to content

Commit

Permalink
Update dev-on-android.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuameshi authored Nov 18, 2024
1 parent 7c9f72d commit a8079b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/_posts/dev-on-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ pkg in x11-repo
pkg in libvips xorgproto build-essential
```

>gyp: Undefined variable android_ndk_path in binding.gyp while trying to load binding.gyp
>```bash
>export GYP_DEFINES="android_ndk_path=''"
>```
# proot容器下无法安装npm包(`cacache`不可用)
没什么好说的,termux环境里搞定然后再在容器里跑
Expand All @@ -35,4 +40,4 @@ Android我是没办法编译,因为我用的build-tools无论是proot还是ter

所以最佳解决办法是临时用GitHub Codespace跑包然后下来热重载代码部分。(用途局限)

# ...以后遇到其他的会继续加
# ...以后遇到其他的会继续加

0 comments on commit a8079b7

Please sign in to comment.