The installation and configuration of Android Studio has a lot to do here, and now it's time to say how to import Eclipse's project into Android studio without changing its directory structure and configuration so that the students who use eclipse can continue to use it. Of course, students using Android Studio can also 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. Delete 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. The directory structure after importing Eclipse items in Android Studo
Directory structure comparison for Android studio and Eclipse projects
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