the installation and configuration of Android Studio has a lot to do here, so let's start with A ndroid Studio Imports Eclipse's project without changing its directory structure and configuration, so that the students who use eclipse can continue to use it, of course, the students who use Android Studio can use it. Less nonsense.
1. Open an existing Android project (Eclipse created)
2. Configure the SDK version and output path in the project properties
3. The third step is important to be divided into 9 steps, the main operation is to first delete the first time the project was imported modules, and then re-import the deleted modules
3.1. deleting module
3.2. Re- Import module
3.3. Select the follow path to import the project
3.4. Next step
3.5. Next Step
3.6. Next step
3.7. Next Step
3.8. Next Step
3.9. You can modify the re-import mudule name here, then click OK, and then the Eclipse Android Project will be re-imported to complete
4. Configure the Run option
4.1. Click Run, Edit configrations ...
4.2. Click the Add button to create a new Android application
4.3. Modify the Run's configuration name and module, use the USB device for debugging, then click OK to complete the Run configuration
5.Thedirectory structure after importing Eclipse's project in a ndroid Studo
Directory structure comparison for Android studio and Eclipse projects
< Span style= "Color:rgb (51,51,51); font-family: ' Microsoft Yahei ', Microsoft Ya-black; font-size:16px; line-height:28.7999992370605px ">
6. The configuration is ready, and the project can be developed in Eclipse or in Android studio to start a fun play.
Android Studio imports eclipse projects without changing the directory structure