gomobile 配置碰到的问题记录

2022/7/22 6:30:29

本文主要是介绍gomobile 配置碰到的问题记录,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

安装

go install golang.org/x/mobile/cmd/...@latest

参考:

  • Creating an application with gomobile build)
  • Mac 下用 go 开发Android应用环境设置
  • Go Mobile 例子 basic 源码分析
  • Go Mobile

no usable NDK 错误

gomobile build -target=android github.com/ghj1976/games/nerveincats/nic

gomobile: no usable NDK in /Users/guohongjun/Library/Android/sdk: open /Users/guohongjun/Library/Android/sdk/ndk: no such file or directory, open /Users/guohongjun/Library/Android/sdk/ndk-bundle/meta/platforms.json: no such file or directory

Android Studio 安装后,默认并没安装NDK,需要自己手工再安装。

unsupported API version 16 (not in 19..33) 错误

gomobile build -target=android github.com/ghj1976/games/nerveincats/nic
gomobile: no usable NDK in /Users/guohongjun/Library/Android/sdk: unsupported API version 16 (not in 19..33), open /Users/guohongjun/Library/Android/sdk/ndk-bundle/meta/platforms.json: no such file or directory

解决方法:

Android Studio 的 File -> New Project Setup -> Default Project Structure 菜单

点击 "Download" Android NDK. 就可以解决这个问题

部署到鸿蒙OS手机

使用华为手机助手 APP 即可。
华为手机通过USB插入后就可以出现对应安装程序。



这篇关于gomobile 配置碰到的问题记录的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程