我有一個問題,我還沒有找到答案,對不起,如果重複 我升級到sdk和ADT 17,從那時起,每次我打開一個項目,例如,廣告admob google給我的錯誤:庫中的SDK 17 - android
找不到類「com.google.ads.AdView」 ......
這給我的印象中
我在此閱讀,其中包括庫(罐)的所有項目SDK改變了一些,但我的英語不是很好(使用谷歌翻譯),我知道我做錯了。
我很感激任何幫助。
問候
我有一個問題,我還沒有找到答案,對不起,如果重複 我升級到sdk和ADT 17,從那時起,每次我打開一個項目,例如,廣告admob google給我的錯誤:庫中的SDK 17 - android
找不到類「com.google.ads.AdView」 ......
這給我的印象中
我在此閱讀,其中包括庫(罐)的所有項目SDK改變了一些,但我的英語不是很好(使用谷歌翻譯),我知道我做錯了。
我很感激任何幫助。
問候
If you have ClassDefNotFoundError after updating to r17, make sure to read the following links:
http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17 shows how to fix the problem with nice pictures of what the project should look like.
http://tools.android.com/recent/dealingwithdependenciesinandroidprojects (this was linked from the blog post and from the release notes) explains in detail how the new dependency system works.
好,研究小時後,我發現了一個簡單的解決方案。
這就是所有!
如果您引用了不在'libs'文件夾中的jar,例如,如果您使用'classpath變量',則可以通過導出引用來解決新ADT 17中的NoClassDefFoundError問題。 要導出引用:只需轉到「屬性> Java構建路徑>順序和導出」,並檢查所有需要導出的引用。 – easycheese 2012-03-24 16:39:23