android如何將開源項目引入

來源:互聯網
上載者:User

標籤:android   開源項目   library   


以引入.pulltorefresh為例

  1. 下載zip,解壓到案頭
  2. 開啟eclipse,File-Import-Existing Android Code Into Workspace
  3. 選中library檔案,匯入到eclipse中
  4. 開啟此library,右鍵library,properties-Android-Library-勾選Is Library
  5. 開啟你的程式後,右鍵你的主程式,properties-Android-Library-Add,選擇library檔案

匯入的基本步驟就這樣,接下來是如何使用
  1. 找到你的程式-layout-xml添加一個
    <com.handmark.pulltorefresh.library.PullToRefreshListView
    android:id="@+id/pull_to_refresh_listView"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"/>
  2. 回到MainActivity中,標頭檔中添加一段代碼
    import com.handmark.pulltorefresh.library.PullToRefreshListView;
  3. 之後把你需要用到的listview全部改為PullToRefreshListView,例如
    private PullToRefreshListView mPullRefreshListView;
  4. 接著就像listview一樣使用吧

......................................................................................................................................................................

但是在引入後有可能引入失敗, 綠色的對號變成了紅色的差,原因可能如下:

library與project處於不同的盤符下面,由於windows下 的盤符支援問題 , 不能飲用不同盤符下的library,  將library放在與project同一個目錄下即可解決

android如何將開源項目引入

聯繫我們

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