Android 如何完成这个过程?

Android 如何完成这个过程?,android,Android,我是Android新手。我有在Eclipse上进行一些设置的文档,但我不知道如何在Android Studio中进行设置。我无法从52号线开始 40 Open Eclipse and select File -> New -> Android Project 41 From the next window ("New Android Project" ) fill the text fields like this: 42 43 Project name: myFirstApp 44 Locat

我是Android新手。我有在Eclipse上进行一些设置的文档,但我不知道如何在Android Studio中进行设置。我无法从52号线开始

40 Open Eclipse and select File -> New -> Android Project 41 From the next window ("New Android Project" ) fill the text fields like this: 42 43 Project name: myFirstApp 44 Location: 45 Build Target: Android 2.0 (at least) 46 Application name: myFirstApp 47 Package name: org.doubango.test 48 Check "Create Activity" and name it "Main" 49 50 51 Click on Finish to create the project 52 From the Eclipse package explorer, right click on myFirstApp and select "Properties" then "Android" from the left 53 54 55 From the properties window, select "Add" button then select android-ngn-stack from the list of the available libraries 56 57 58 Select "Java Compiler" from the left and change the version from 1.5 to 1.6 59 60 61 Select "Java Build Path" from the left, then "Libraries" 62 63 64 From "Java Build Path 1/2", select "Add JARs..." then android-ngn-stack/libs/simple-xml- 2.3.4.jar , then "OK" to close the window 65 66 67 Click on "OK" to close the window 40打开Eclipse并选择文件->新建->Android项目 41从下一个窗口(“新安卓项目”)填写如下文本字段: 42 43项目名称:myFirstApp 44地点: 45构建目标:安卓2.0(至少) 46应用程序名称:myFirstApp 47包名称:org.doubango.test 48选中“创建活动”并将其命名为“主” 49 50 51单击Finish创建项目 52从Eclipse包资源管理器中,右键单击myFirstApp并选择“属性”,然后 左边的“安卓” 53 54 55从属性窗口中,选择“添加”按钮,然后从列表中选择android ngn堆栈 可用的图书馆 56 57 58从左侧选择“Java编译器”,并将版本从1.5更改为1.6 59 60 61从左侧选择“Java构建路径”,然后选择“库” 62 63 64从“Java构建路径1/2”中,选择“添加JAR…”,然后选择android ngn stack/libs/simple xml- 2.3.4.jar,然后单击“确定”关闭窗口 65 66 67单击“确定”关闭窗口
请告诉我如何采取这些步骤。

不需要所有这些步骤,您可以直接在android studio上启动您的项目


然后,您可以根据需要在build.gradle中添加依赖项

Eclipse ADT自2015年以来不受支持。如果您只有jar文件,请查找“本地二进制依赖项”