golang gomobile 環境搭建

來源:互聯網
上載者:User

1. 安裝Go語言SDK

  https://www.golangtc.com/download

2. 配置系統變數這建立GOROOT和GOPATH兩個目錄,分別對應sdk所在目錄與專案檔根目錄

 

3.  輸入go version 驗證是否成功

 

4. 安裝gomobile

  1)cmd敲起命令(需要CMDFQ)

  

go get golang.org/x/mobile/cmd/gomobilegomobile init

  2)git clone https://github.com/golang/mobile,下載成功後改檔案名稱為mobile, copy到$GOPATH/src/golang.org/x/

    如果沒有檔案路徑,自行建立

  2.1)go build golang.org/x/mobile/cmd/gomobile,此時會在GOPATH/bin下面產生gomobile;

  2.2)執行gomobile init, 會在GOPATH/bin下面產生gobind;

        gomobile init執行不會報錯,如果有問題,執行bind時會報錯;

        執行init後,執行gomobile version,查看是否成功:

  將gomobile,gobind拷貝, sudo cp gomobile gobind /usr/local/go/bin;因為執行gomobile bind時,回去系統path裡找gobind;

  下載:AndroidNDK

  1. 選擇符合的作業系統及位元的NDK包:https://developer.android.google.cn/ndk/downloads/index.html
  2. 解壓,放到一個你記得住的目錄

  3) 嘗試編譯第一個Android apk安裝包cmd命令:gomobile build -target=android golang.org/x/mobile/example/basic

 如果提示 “No android NDK path is set“,需要以下代碼指定NDK路徑

  
gomobile init -ndk "你的AndroidNDK路徑"

  然後再編譯,編譯成功後會把編譯後的APK(%GOPATH%\src)安裝包放到CMD當前指向的目錄中

  




相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.