編輯:關於Android編程
這個一般是因為配置文件中的JDK版本不對導致的 配置文件就是 工程目錄下.settings文件夾中org.eclipse.jdt.core.prefs文件
我們如果用UEdit或記事本打開他可以看到裡面的代碼是這樣的
01
#Wed Mar 21 16:05:12 CST 2012
02
eclipse.preferences.version=1 www.2tu.cc
03
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
04
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
05
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
06
org.eclipse.jdt.core.compiler.compliance=1.5
07
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
08
org.eclipse.jdt.core.compiler.debug.localVariable=generate
09
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12
org.eclipse.jdt.core.compiler.source=1.5
可以看到這裡的配置是JDK1.5
我們如果手動將這裡的1.5都修改成1.6 然後Refresh下項目就可以了.
如果還是有問題,那麼打開eclipse,window菜單下面的Preference,進入java,complier選項,把jdk改成1.6就行了。刷新一下項目。
簡介現在在Android上加載圖片的框架都已經爛大街了,所以我們這裡也不說誰好誰壞,當然也不做比較了,因為得出的結果都是片面的,沒有誰好誰壞只有適不適合需求罷了起因是在泰
AnimationListener聽名字就知道是對Animation設置監聽器,說簡單點就是在Animation動畫效果開始執行前,執行完畢和重復執行時可以觸發監聽器,從
前幾天一同學項目中的某個功能需要ListView+EditText來實現,希望我給他寫個Demo,自己就隨手寫了一個小的Demo。後來想了想覺得這個功能其實挺常用的,而且
標注(Marker)是開發者最常使用的地圖覆蓋物志一,今天就來向大家介紹一些標注(Marker)的最基本使用方法! 實現目標: 1、構建基礎地圖頁面; 2、在地圖的中心點