2

I have built one Android application, the name is Geo.

After that I created an account on Bitbucket, then I cloned the repository and I synced my project. After that, the project has some errors and the location changed: initially the project was stored in D:\DropBox\Workspace, but now after git sync the project is in C:\michele\git\project.

In the tab Problems I have 126 errors like this: enter image description here

If I try to go on Project properties I can see this: enter image description here

So I deleted this error link, clicked Add, selected google_play_services_lib clicked Apply then ok, but the error is the same and if I open this view, I can see the same error

4
  • Try checking [] is library, since you're importing a library Commented Sep 1, 2015 at 13:53
  • the error is the same, i check isLibrary, then click Apply, then OK. I re-open that view and I can see the same error Commented Sep 1, 2015 at 13:57
  • Try cleaning the project first Commented Sep 1, 2015 at 13:58
  • Yes, I have try to clean the project, restart eclipse but the problem is the same. Now I have the project under c: and the library under d: Commented Sep 1, 2015 at 13:59

1 Answer 1

1

I remember I was once struggling with the same issue. How to fix:

  1. Remove the library project and clean the Geo application project.
  2. Import the library project in the eclipse (File > Import > Existing Android Code Into Workspace > choose the library project).
  3. Now add the library project in the Geo application project.
  4. Finally, clean the project.

It will be fine now!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.