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 配置碰到的问题记录的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-20MongoDB教程:从入门到实践详解
- 2024-11-17执行 Google Ads API 查询后返回的是空数组什么原因?-icode9专业技术文章分享
- 2024-11-17google广告数据不同经理账户下的凭证可以获取对方的api数据吗?-icode9专业技术文章分享
- 2024-11-15SendGrid 的 Go 客户端库怎么实现同时向多个邮箱发送邮件?-icode9专业技术文章分享
- 2024-11-15SendGrid 的 Go 客户端库怎么设置header 和 标签tag 呢?-icode9专业技术文章分享
- 2024-11-12Cargo deny安装指路
- 2024-11-02MongoDB项目实战:从入门到初级应用
- 2024-11-01随时随地一键转录,Google Cloud 新模型 Chirp 2 让语音识别更上一层楼
- 2024-10-25Google Cloud动手实验详解:如何在Cloud Run上开发无服务器应用
- 2024-10-24AI ?先驱齐聚 BAAI 2024,发布大规模语言、多模态、具身、生物计算以及 FlagOpen 2.0 等 AI 模型创新成果。