How to find every version of android support libraries source code

后端 未结 6 867
死守一世寂寞
死守一世寂寞 2021-01-04 00:53

I meets some problems so I want to find the source code of the Android support libraries . For example , I want to read the ActionBarActivity.java source code in version 19.

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-04 01:20

    So simple Just create a project with version 19.0.1 and crate other project with version 20.0.0 , then extend your activity from actionbaractivity or else , Hold on ctrl key and click on actionbaractivity .

提交回复
热议问题