AndroidManifest file typo

  • Replies:0
sydney maxcy
  • Forum posts: 9

Jan 16, 2015, 8:30:41 PM via Website

I'm a newbie. I created a new project with a simple blank activity and looked at the MainActivity.java file where I can see the following package: com.example.sydney.secondapplication which is what showed up when I initially created the project. Looking into the AndroidManifest.xml file I see the same package name applied to the package ID. Looks good to me, but the secondapplication element at the end of the package name is high-lighted and hovering over the element gives a typo message: "Spellchecker inspection helps locate typos and misspelling in your code, comments and literals, and fix them in one click". The package name is correct according to the MainActivity.java file, so I don't see why this typo is showing up. How would I fix it with "one click" which is alluded to in the typo message? Which one click?

Reply