Question

I'm trying to follow the Android tutorial on in-app billing found here - http://developer.android.com/training/in-app-billing/preparing-iab-app.html#AddToDevConsole

It asks me to import the play_billing project into Eclipse from the SDK/extras/Google/play_billing folder which I did the same way I've imported in many other projects. However it doesn't appear on the left-hand side along with my other projects. It won't let me re-import it as it says it's there, but I'm not seeing it.

I've tried re-starting Eclipse and cleaning all projects but no luck. Any idea where it's hiding or how to get the project to appear?

Was it helpful?

Solution

Either you have this project in your Eclipse workspace already (a), or it was added to another working set (b).

a) To fix this issue you need to delete project from Eclipse Workspace. Open Workspace folder, find project there and delete it. Afterwards you can import project again. To find out Workspace folder open File - Switch Workspace. You will see workspace folder there.

b) Press small triangle button in the Project Explorer (see picture) and choose Edit Active Working Set option. Find your project and add it to working set content.

enter image description here

Hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top