新的SDK更新最初无法创建Hello World示例

时间:2014-03-10 13:48:30

标签: java android eclipse

当我打开新项目时,我很自然地创建了一个hello world aplication。但今天当我尝试打开一个新的Android项目时,Eclips不会创建主要的活动java文件和清单

这就是我所有的表现

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.kolp"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
    android:minSdkVersion="18"
    android:targetSdkVersion="18" />

<application
    android:allowBackup="true"
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
</application>

这就是我的大纲。你可以看到src文件夹是空的!

enter image description here

0 个答案:

没有答案