Eclipse最新版應用進程中碰到的成績總結。本站提示廣大學習愛好者:(Eclipse最新版應用進程中碰到的成績總結)文章只能為提供參考,不一定能成為您想要的結果。以下是Eclipse最新版應用進程中碰到的成績總結正文
1、SDK下載很慢。
設置裝備擺設SDK署理,速度像飛一樣。建議先把20-24下完,否則前面碰到許多成績。
2、support-v7的成績
例如res\values\styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
下載相干的對象包,其實一開端SDK沒有額,許多博客說有,害我找了半天。
右鍵你的項目,鄙人方有個Android Tools,點擊Add Support Lib。。。,然後按提醒下載。
其他的就是像其余博客說得導入v7工程還有jar包
3、v21相干成績
例如
appcompat\res\values-v21\styles_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'.
要在v7項目外面改,在v7項面前目今的project.properties的target版本改得高一點
4、找不到圖標
例如error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/ic_launcher').
由於主動生成的mainfest文件自帶的圖標是在drawable下的,然則細心不雅察誰人文件夾下沒有圖片資本,而是在mipmap下的
把圖標途徑改了便可。
5、應當在R外面生成的器械沒有了
例如activity_main cannot be resolved or is not a field
刪失落import android.R;
6、沒法預覽結構
例如:This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in
ADT版本低,SDK版本高,把SDK版本調低點便可
以上所述是小編給年夜家引見的Eclipse最新版應用進程中碰到的成績總結,願望對年夜家有所贊助,假如年夜家有任何疑問請給我留言,小編會實時答復年夜家的。在此也異常感激年夜家對網站的支撐!