I have a eclipse and updated SDK but i am unable to understand when i create a new project only src folder is generated.no any default Activity class is created.Also in manifest only application is loaded activity is not showing.where is the problem.if anyone know whats happening here then please help me.
manifest code is such like that
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>