且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Eclipse中创建一个新的Andr​​oid项目

更新时间:2022-12-08 21:13:09

在ADT版本20中的新项目向导可说是有点混乱。建议:

The new project wizard in ADT version 20 can indeed be a bit confusing. Suggestions:

  • 在第一个屏幕上它主要是比改变下拉列表的版本选择相同的其他。

  • In the first screen it is mostly the same other than a change to dropdown lists for the version selection.

如果您不希望看到第二个屏幕选择一个启动器图标,取消选中第一个屏幕上的创建自定义启动器图标。

If you don't want to see the second screen picking a launcher icon, uncheck "create custom launcher icon" on the first screen.

在最后一个屏幕,如果你想使这一工作在旧版本不兼容库项目(即,使一个老式的项目),然后取消选择创建活动。

On the last screen, if you want to make a project that works on older versions without the compatibility libraries (ie, make an old style project) then uncheck "create activity".

如果你做的文件 - 新建 - 项目 - 机器人,你可以创建从样本的或现有的code选项获得。如果你选择一个较旧的目标,你可以挑选样品的旧版本。

If you do File - New - Project - Android you can get at the options for creating from a sample or existing code. If you pick an older target you can pick an older version of the samples.