I am developing app engine connected android application. For that i have created entity in app engine application and then i am generating endpoint classes of that. After that when i Generate Client Library For Android app, it takes too much time in generating that. I don't know why this happens. Is there any problem with eclipse or app engine?
Asked
Active
Viewed 88 times
1

Zankhna
- 4,570
- 9
- 62
- 103
-
How much time is too much? How long should it take? Is your computer ever slow with anything else? – Martin Berends Mar 21 '14 at 06:26
-
i have 7 entity endpoint classes and it takes around 30 minutes to generate client, which is quite long. My computer doesn't slow with anything else. – Zankhna Mar 21 '14 at 06:58
-
Yes, such a long time seems wrong. I have no answer, but the two areas I would be suspicious of are the Eclipse installation and the content of your project. If you could temporarily try installing an extra copy of Eclipse and create a very simple Endpoint project, it may give insights into what is wrong. – Martin Berends Mar 21 '14 at 07:06
-
This is definitely out of range of expected time. Have you tried generating the same from the command line ? – Romin Mar 21 '14 at 10:08
-
@Romin no i haven't tried from command line. – Zankhna Mar 21 '14 at 12:09