0

我新安装了eclipse和sdk,现在我注意到,每次我创建一个新的android项目时,新创建的项目中总是缺少以下几行,我必须手动附加它们

<intent-filter>
           <action android:name="android.intent.action.MAIN" />
           <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

有没有办法让这些行在我每次创建新项目时自动生成,而不是手动添加它们?

4

0 回答 0