Android Support v4、v7、v13 介紹
google提供了Android Support Library package 系列的包來保證來高版本sdk開發的向下相容性,即我們用4.x開發時,在1.6等版本上,可以使用高版本的有些特性,如Fragement,ViewPager等,下面,簡單說明下這幾個版本間的區別:
Android Support v4: 這個包是為了照顧1.6及更高版本而設計的,這個包是使用最廣泛的,eclipse新建工程時,都預設帶有了。
Android Support v7: 這個包是為了考慮照顧2.1及以上版本而設計的,但不包含更低,故如果不考慮1.6,我們可以採用再加上這個包,另外注意,v7是要依賴v4這個包的,即,兩個得同時被包含。Android Support v13:這個包的設計是為了android 3.2及更高版本的,一般我們都不常用,平板開發中能用到。
------------------------------------------------------------------
有這麼一個問題:
開發中ADT新建專案的時候,會自動幫你將v4.jar繫結加入到你的專案中,但是你無法檢視v4.jar的原始碼,怎樣能夠檢視其中的原始碼?
解決方案是:
首先,你先點選專案中的右鍵,進入Project properties中,選擇LibraryTab列,將其中的Android Dependencies remove掉,然後,在SDK的目錄下去尋找/extras\android\support\v4下的jar包 ,然後新增到其中去。最後,便可以按以往的步驟繫結原始碼了,右鍵jar包,attach sourch file 原始碼檔案進入,原始碼檔案的位置在選中即可。
轉自:http://my.oschina.net/chengliqun/blog/148451
相關文章
- Android Support v4、v7、v13的區別以及應用場景Android
- android之support-v4、v7、v13的區別Android
- Android Support 庫各版本功能介紹Android
- 【轉載】在Eclipse新增Android相容包( v4、v7 appcompat )EclipseAndroidAPP
- android AsyncTask介紹Android
- Android之Zygote介紹AndroidGo
- Chromimum Android渲染介紹Android
- Android.mk介紹Android
- Xamarin Android教程Android基本知識版本介紹與系統介紹Android
- Android 動畫 介紹與使用Android動畫
- Android模組化框架介紹Android框架
- Android R檔案介紹Android
- Android 8.1 Developer Preview介紹AndroidDeveloperView
- Android的佈局介紹Android
- Android.mk 用法介紹Android
- Android 程式目錄介紹Android
- Android 4.2藍芽介紹Android藍芽
- [android]androguard相關介紹Android
- 關於 SAP UI5 OData V4 模型的 Property Binding 使用介紹UI模型
- Android 應用程式元件介紹Android元件
- Android系統介紹與框架Android框架
- Android 輸入系統介紹Android
- Android NDK | 中文介紹視訊Android
- Android Studio 2.0 功能介紹Android
- Android人臉檢測介紹Android
- [原]Android Fragment 入門介紹AndroidFragment
- Android開發 MeasureSpec介紹Android
- Android開發之WebService介紹AndroidWeb
- Android API 開發包介紹AndroidAPI
- [Android]Fragment、Activity比較——Android碎片介紹AndroidFragment
- 基於 OData V4 的本地 Mock Server 實現的深入介紹試讀版MockServer
- 深入淺出Android Support AnnotationsAndroid
- Android Support Annotations 使用詳解Android
- This template depends on the Android Support libraryAndroid
- Error:Conflict with dependency 'com.android.support:support-annotations' in projErrorAndroid
- Android 常用佈局 介紹與使用Android
- Android RxJava:基礎介紹與使用AndroidRxJava
- Android執行緒池使用介紹Android執行緒