I don't believe you would have ProjectName.java, in the Package View the root item should just be PackageName, which refers to a folder in your workspace. With Android, projects don't necessarily have one entry point the way a standard project does through main(). In an Android app, any class that extends Activity can be an entry point into your app, given an appropriate Intent.