(java.lang.NoClassDefFoundError: ) Unable to resolve superclass of Lcom

來源:互聯網
上載者:User

對於地圖進行操作的時候遇到一個芝麻大的小事但是耗費我差不多兩個小事的時間,好吧廢話少說直接進入正題:

上面的那個錯誤如果你單單搜尋括弧的你會搜到你怎麼怎麼jar包,刪除,再重新載入..........這樣是可以解決的

但是在你出現這個錯誤的上面應該還有括弧外面的那句話:Unable to resolve superclass of Lcom

解決方案:

查看DDMS中出錯的原因為: 
05-23 03:07:09.844: WARN/dalvikvm(992): Unable to resolve superclass of Lcom/join/joy/EarthquakeDetailsView; (14) 
05-23 03:07:09.844: WARN/dalvikvm(992): Link of class 'Lcom/join/joy/EarthquakeDetailsView;' failed 
05-23 03:07:09.854: ERROR/dalvikvm(992): Could not find class 'com.join.joy.EarthquakeDetailsView', referenced from method com.join.joy.EarthquakeWatcher$1.onItemLongClick 
錯誤為找不到繼承自MapActivity的那個class,但是根據之前的警告資訊“Unable to resolve superclass of” 
知道原因是找不到這個class的superclass。 
因為用了和Google map相關的類,而Google map是單獨的library,需要匯入之後才能使用, 
因此在manifest.xml檔案中的<application></application>裡邊添加 
<uses-library android:name="com.google.android.maps"/>即可解決

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.