I am trying to run a Google App Engine Java application locally. I have installed the Cloud Tools for Eclipse and configured my project and the project starts OK.
I also see the Datastore Admin.
However, I don't see how I can import Datastore entities into Datastore Admin in Eclipse. I tried to follow the same instructions as for importing the entities into local emulator, however the import does not happen.
I can run the emulator using gcloud and import data there, however my app running in Eclipse does not seem to work with that emulator.
So two questions:
Can I configure Eclipse to use the gcloud Datastore emulator instead of running one separately?
Can I import Datastore entities into Eclipse run emulator?