Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> Android開發:編譯運行提示Your project contains errors...

Android開發:編譯運行提示Your project contains errors...

編輯:關於Android編程

在編譯運行時,報出‘Your project contains errors,please fix them before running your application.’的提示框

在項目圖標會有個小紅叉

但項目代碼中卻沒有任何錯誤.
以前這種情況一般處理方式有:方法1.用project->clean;方法2.刪除項目,重新載入項目.
這次用了都不行.
查看問題輸出欄Problems標簽頁,有以下錯誤


原來我的電腦上默認的調試證書過期了,調試證書期限默認是1年,
找到原因很簡單,重新生成證書就好了.
找到證書所在位置C:\Documents and Settings\Administrator\.android\debug.keystore,
 
刪除掉debug.keystore文件,adt就自動生成新的debug.keystore.
Ok解決

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved