google-plugin-eclipse

RPC tooling not available for appengine connected android project for GPE 3.2?

两盒软妹~` 提交于 2019-12-13 07:21:25
问题 I've created a sample appengine connected android project. But,I cannot find RPC services , under Google drop down like shown in this video at 15:43. 回答1: This functionality has been removed in GPE 3.0. Sorry about the abrupt removal of it; RequestFactory is not the recommended way to communicate between a client and an App Engine app. Use Cloud Endpoints instead: https://developers.google.com/eclipse/docs/cloud_endpoints We haven't added support for GWT client libraries for Cloud Endpoints,

Cannot Install Google plugin for Eclipse

﹥>﹥吖頭↗ 提交于 2019-12-13 06:50:56
问题 I am not able to install the Google plugin for Eclipse Luna 4.4.1 on Mac. I followed all the steps, and got no errors. Eclipse restarted after installing the plugin, but after that I don't see the Google logo on my toolbar and even in File > New, I don't see any signs of installation. Android plugins from the same link seems to be working but rest no sign. Java on my Mac is up to date. 回答1: after 6 long hours, it worked out for me. This is what I did I removed eclipse from my computer. delete

Multiple toolbar buttons with Google Plugin for Eclipse

拜拜、爱过 提交于 2019-12-11 03:52:07
问题 I've recently installed Google Plugin over my Eclipse 4.2, and now I've got a problem with my toolbar buttons. Those added by plugin are multiplied, now I have 2 sets, but my older eclipse installation on other machine has about 8 of them, and thats pretty annoying. Can anyone help me find what causes this problem? Edit: I cannot remove extra buttons via Window->Customize perspective...->Tool Bar Visibility (unselecting GDTPulldownToolbar group or any of its child). Unchecking extra items

“create new visual classes” button not clickable on eclipse

佐手、 提交于 2019-12-10 18:07:40
问题 I installed a new GUI designer software, and than restarted eclipse as requested but when eclipse reopened I couldn't click the "create new visual classes" button. it's clickable but it doesn't do anything. I have to click it in order to install the toolkit and to create a new jframe. I downloaded the GUI designer from the following link:https://developers.google.com/eclipse/docs/download and I used the tutorial to install it in this link:http://www.youtube.com/watch?v=8kSjGNcKYDI my eclipse

Generate cloud endpoint client library suddenly stopped working

青春壹個敷衍的年華 提交于 2019-12-09 00:45:33
问题 Normally when I right-click my app engine project and choose "Generate cloud endpoint client library" using the Google plugin for Eclipse, it generates the client libraries and automatically copies them into the Android client project. However, for no apparent reason, the client library is no longer being copied to the client project. In fact, it has been removed (so now I have a lot of errors in my project because it can't find the libraries). I've tried re-generating the client library

Can't sign into Google using Google plugin for Eclipse

笑着哭i 提交于 2019-12-05 02:14:02
问题 I am using Eclipse Luna and I recently installed the Google plugin for Eclipse to deploy apps to the Google app engine. I tried signing into Google services and was able to get past the password prompt and 2-step verification screen successfully. After that I get the permissions screen where I click 'Accept'. After I click 'Accept' however nothing happens and the window goes blank. I've waited for like an hour and yet it just stays like that. I have tried using a different Eclipse workspace,

Endpoint.Builder missing for generated cloud endpoint

帅比萌擦擦* 提交于 2019-12-04 15:59:26
问题 I'm attempting to follow the example tutorial at https://developers.google.com/eclipse/docs/endpoints-addentities and I'm stuck figuring out how to get the GameEndpoint.Builder class to generate within Eclipse. After following this and generating the cloud endpoints as described, I have a GameEndpoint class created, but there is no GameEndpoint.Builder class. So obviously I have this error GameEndpoint.Builder cannot be resolved to a type I'm stumped at this point. How do I generate the

Cannot install Google Plugin in Eclipse 4.4

十年热恋 提交于 2019-12-04 03:02:49
I have Eclipse 4.4 on my Windows 7. I got the following error when trying to install Google Plugin: Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 4.3 3.5.1.v201312301723-rel-r43 (com.google.gdt.eclipse.suite.e43.feature.feature.group 3.5.1.v201312301723-rel-r43) Missing requirement: Google Eclipse 4.2 Platform Plugin 3.5.1.v201312301723-rel-r43 (com.google.gdt.eclipse.platform.e42 3.5.1.v201312301723-rel-r43) requires 'bundle org.eclipse.core.runtime [3.8.0,3.10.0)' but it could not be found Cannot satisfy

Can't sign into Google using Google plugin for Eclipse

筅森魡賤 提交于 2019-12-03 17:34:26
I am using Eclipse Luna and I recently installed the Google plugin for Eclipse to deploy apps to the Google app engine. I tried signing into Google services and was able to get past the password prompt and 2-step verification screen successfully. After that I get the permissions screen where I click 'Accept'. After I click 'Accept' however nothing happens and the window goes blank. I've waited for like an hour and yet it just stays like that. I have tried using a different Eclipse workspace, a different Eclipse installation (Luna), a different Google account which doesn't have 2-step

Endpoint.Builder missing for generated cloud endpoint

荒凉一梦 提交于 2019-12-03 10:13:36
I'm attempting to follow the example tutorial at https://developers.google.com/eclipse/docs/endpoints-addentities and I'm stuck figuring out how to get the GameEndpoint.Builder class to generate within Eclipse. After following this and generating the cloud endpoints as described, I have a GameEndpoint class created, but there is no GameEndpoint.Builder class. So obviously I have this error GameEndpoint.Builder cannot be resolved to a type I'm stumped at this point. How do I generate the GameEndpoint.Builder class within Eclipse, or what would prevent it? Code public class NewGameTask extends