码迷,mamicode.com
首页 > 其他好文 > 详细

gomobile build

时间:2017-06-16 11:21:36      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:target   sdk   lan   install   ide   str   href   relative   ted   

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

标签:target   sdk   lan   install   ide   str   href   relative   ted   

原文地址:http://www.cnblogs.com/zzxap/p/7026305.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!