gomobile build

Posted 风语者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gomobile build相关的知识,希望对你有一定的参考价值。

You need to set the NDK path in gomobile init using the -ndk flag - if you follow these instructions, the path should be ~/Library/android/sdk/ndk-bundle/:

gomobile init -ndk ~/Library/Android/sdk/ndk-bundle/

Then you can compile the APK:

gomobile build -target=android <PATH>

The path should be relative to $GOPATH/src. For example, if you install the basic example:

go get -d golang.org/x/mobile/example/basic

The build command should be:

gomobile build -target=android golang.org/x/mobile/example/basic

以上是关于gomobile build的主要内容,如果未能解决你的问题,请参考以下文章

「android」gomobile argument unused during compilation: '-stdlib=libc++'

golang gomobile 环境搭建

gomobile

环境初始化 Build and Install the Apache Thrift IDL Compiler Install the Platform Development Tools(代码片段

4. Building a Dynamic UI with Fragments 使用片段构建动态UI

如何使用模块化代码片段中的LeakCanary检测内存泄漏?