2012-07-29 68 views
-1

我已經安裝了Android SDK,現在我得到這些錯誤:爲什麼我在Android應用程序中遇到這些編譯錯誤?

Description Resource Path Location Type error:
Error: No resource found that matches the given name (at 'icon' with value '@drawable/ic_launcher'). AndroidManifest.xml/Newbostton line 10 Android

Description Resource Path Location Type R cannot be resolved to a variable
MainActivity.java /Newbostton/src/com/Newboston/bhargav line 12

我怎樣才能解決這個問題?

+0

進口com.Newboston.bhargav.R; //我懷疑它會有幫助。順便說一下,包名應該完全小寫。 – 2012-07-29 15:20:01

+0

並且,請提供sdk發現問題的線路(10和12) – 2012-07-29 15:22:42

回答

0

只做一件事情,如果你使用Eclipse,CTRL + SHIFT + I或CTRL + SHIFT + O,將導入所有采用進口類

相關問題