天天看點

android studio導入源碼(來自github上下載下傳的壓縮包)

Francis學習筆記之android studio解決系列一:

-----------------------andorid studio導入源碼問題及android studio 中途出錯解決辦法

一、導入源碼

首先看一下從github下載下傳的壓縮包解壓後檔案内容

從上面發現沒有gradle,.gradle之類的檔案,采用以下這種方法,進行嘗試,方法如下:

找到以前建立的一個工程,按照下面圖檔中所勾選的幾項copy過來,出現替換時選擇是即可。

copy需要這幾個檔案夾:

android studio導入源碼(來自github上下載下傳的壓縮包)

OK,下面再重新導入Exiting Project,選擇Build.gradle檔案,即可導入Project。

二、 

Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not found解決辦法

按照上述工程後,會提示 

Error:(2, 0) Plugin with id 'com.github.dcendents.android-maven' not found,一看肯定出錯了,是以,小白在進行爬文,經過Google,找到下面這篇文章,連結如下:

于是進行嘗試,這下出現出現android一欄,一切正常,隻待編譯是否成功。

三、andorid sdk版本修改。

經過上述一、二成功操作後,編譯不成功,app運作出錯,于是看是否是sdk版本的問題,接着繼續修改,我的修改方法是打開以前建立的項目的app>build.gradle檔案-------檢視minSdkVersion 9 targetSdkVersion 23 ,于是回到我導入的項目裡面進行比對修改,最後成功解決。

四、總結。

1.android studio從github上導入項目源碼問題尚未完全解決,下一步嘗試線上clone;

2.android studio的gradle原理有待深入研究;

3.minsdkVersion和targetSdkVersion關系不清楚,有待解決;

4.學會使用Google及網上論壇的幫助等。

開發andorid之旅,長路漫漫,小白超神之路,error or bug over and over again. Google ---it will help me to fight it and become a god of programming.........