Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8062833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:48:28+00:00 2026-06-05T10:48:28+00:00

i was looking all over the net but was unable to find solution for

  • 0

i was looking all over the net but was unable to find solution for my problem, I imported project into eclipse Import -> Checkout Projects using Svn. After the project was imported i tried to run it as android app but the project hasn’t Android library, can’t add library with right click -> build path, please help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T10:48:32+00:00Added an answer on June 5, 2026 at 10:48 am

    What you have just checked out is an android project.

    But as there is no .project and .classpath files, this project is not set up to run with eclipse by default.

    In order to have this project recognised as an Android project by Eclipse, you need to add the “Android Nature” to your project.

    The .project file is not visible from Eclipse but you can find it under the root directory of the Shelves project once you imported it into Eclipse.

    Edit your .project file and make it look like this :

    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
        <name>Shelves</name>
        <comment></comment>
        <projects>
        </projects>
        <buildSpec>
            <buildCommand>
                <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
                <arguments>
                </arguments>
            </buildCommand>
            <buildCommand>
                <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
                <arguments>
                </arguments>
            </buildCommand>
            <buildCommand>
                <name>org.eclipse.jdt.core.javabuilder</name>
                <arguments>
                </arguments>
            </buildCommand>
            <buildCommand>
                <name>com.android.ide.eclipse.adt.ApkBuilder</name>
                <arguments>
                </arguments>
            </buildCommand>
        </buildSpec>
        <natures>
            <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
            <nature>org.eclipse.jdt.core.javanature</nature>
        </natures>
    </projectDescription>
    

    Also make sure you checkout

    http://shelves.googlecode.com/svn/trunk/Shelves

    and not

    http://shelves.googlecode.com/svn/trunk

    You also have to create a .classpath file at the root of the Shelves project and make it look exactly 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="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
        <classpathentry kind="output" path="bin/classes"/>
    </classpath>
    

    Make sure your SDK is properly installed and your project.properties is targetting an installed SDK version. For example if you have SDK API-Level 10 installed :

    # Project target.
    target=android-10
    

    Then close the project, open it again, make project > Clean…, refresh, bla bla bla … until it works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, I've been looking all over the web to find a solution but I
SOLUTION BELOW I've been looking all over the net to find a solution for
I have tried looking all over the net for some help, and couldn't find
I've been looking all over the net and asking people for guidance but nobody
I've been looking all over the net for a good, quick solution to this,
I've been looking all over the internet for a solution to the following error;
So, I've been looking all over. I can't find anywhere that talks about specifically
For an upcoming project, I am looking into MVP as an option over MVC.
I've been looking and looking all over the net about how to load an
I've been looking all over for a simple example of how to have an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.