如何使用ant編譯Android開源voip代碼sipdroid

來源:互聯網
上載者:User

轉載http://blog.csdn.net/bidgod/archive/2011/01/20/6155959.aspx

1.1  Ant工具介紹
官方網站上介紹如下Apache Ant is a Java library and command-line tool that help building software。
可以從其網站http://ant.apache.org/bindownload.cgi上下載最新的版本,下載解壓縮後,將bin目錄位址寫入環境變數PATH。
1.2  使用ant進行編譯
Ant的編譯需要依賴於build.xml檔案,如果是用Eclipse產生的工程,是沒有這個檔案的。顯然Google支援ant編譯自然不會讓我們去手動產生的檔案了,它為我們準備了android批處理命令:

 通過在調用Android SDK目錄android-sdk-windows\tools下工具android.bat可以產生sipdroid工程的build.xml檔案。調用命令如下:
android update project -p . -t android-8

調用之後在對應目錄下會產生build.xml檔案,用於ant工具進行工程的編譯。
在包含buid.xml目錄下調用ant命令,即可完成編譯,編譯結果如下。

 

使用使用ant debug來產生用debug key簽名的APK。使用ant進行編譯,需安裝JDK,並設定好path與classpath環境變數

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.