Eclipse Import Project: No projects is found to import

Source: Internet
Author: User

1 http://www.ztyhome.com/android-import-error/(URL instability details are as follows:)

2

If you find the Import project (impot) , there is a "No projects is found to import" prompt,

First, see if there are hidden files in the project directory. Project, as well as the directory structure, also has a hidden file. Classpath,

if not, you can refer to the method Method 1:

The most straightforward operation, you can copy the other project's. Project,. classpath files, and modify the appropriate places.
1). project file only needs to be modified <name>AboxTVExchange</name> this project name can be
2). The. classpath file is usually not changed and reads as follows:

<?xml version= "1.0″encoding=" utf-8″?>

<classpath>

<classpathentry kind= "src" path= "src"/>

<classpathentry kind= "src" path= "gen"/>

<classpathentry kind= "Con" path= "Com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>

<classpathentry kind= "Output" path= "Bin"/>

</classpath>

Kind= "... "refers to the type of this directory in project. Kind= "src" is the source file directory,
The files in this directory will be compiled by the compiler. kind= "Output" is a Java file compilation output
directory, the files under the SRC directory will be compiled into this directory.

This file is automatically modified when you modify the Java build path, project Properties, Method 2:

Move the source package to a non-workspace directory, and then

New--Android project--Create project from exist source

Add a write project name to
Note If you do not move to a non-workspace directory, the following error message appears:

Invalid Project Description
-->detail:->>> xxxx (project path) overlaps the location of the Another project: ' XXXX '

The Eclipse plugin creates a directory with the same name in the workspace directory when the project is created.
However, when the corresponding directory is found in the workspace directory, the above error message will be reported.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.