The following is the directory structure of the studio project:
Open src Directory
Enter Main
Actually, all the code in the library is in here.
And Eclipse's structure is like this.
In fact, the code in the Java directory in the studio project corresponds to the code in the SRC directory in the ECLISPE project. The SRC directory in studio contains all the code for the entire project, including resource files and xml.
So:
The Java folder name in the SRC->main directory inside the studio directory is changed directly to SRC,
then copy the contents of main (not including main) to a new one with your project namenamingof thefolderin
Then you can import it with Eclipse. If this is a library project after the import is complete, you need to select the following option in the properties for the item purpose:
How Android studio projects are imported into eclipse