我是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
请告诉我如何采取这些步骤。
答案 0 :(得分:1)
不需要所有这些步骤,您可以直接在android studio上启动项目。
然后,您可以根据需要在build.gradle中添加依赖项