2013-09-27 26 views
3

如何安装GWT browser plugin for Chrome?它说如何安装GWT浏览器插件?

此计算机不支持此应用程序。安装已被禁用。

GWT被遗弃了吗?我使用的Chrome版本29.0.1547.76 m和Windows 8的

+1

从未在Win 8上试用过它,但它在Win7 x64上始终适用于我。有可能他们不支持Win 8.如果是这样,你可以总是编译你的项目,运行开发模式,并且忽略URL的'?gwt.codesvr = 127.0.0.1:9997'部分。不幸的是,你必须编译每一次你想使用的代码服务器。 – Churro

回答

7

解决方案:https://code.google.com/p/google-web-toolkit/issues/detail?id=7778#c5

Sweet, I just got the Dev Mode plugin to work on Chrome too, Windows 8. Here's what I did: 

1. Make sure Chrome is pined to the task bar 
2. Right click on the chrome icon>Properties>Shortcut 
3. Add in target: --enable-easy-off-store-extension-install 
4. Open chrome and navigate to extensions (chrome://chrome/extensions/) 
5. Drag and drop on it the plugin (I've attached it) 

I was able to download the plugin from here: https://groups.google.com/group/google-web-toolkit/attach/d1c909bf4c5cbfb4/gwt-dev-plugin.crx?part=4&authuser=0 

In case that link goes away, Here's the chat post that led me to the solution: https://groups.google.com/d/msg/google-web-toolkit/jDg3KoXoVPc/tL9cTL8JydEJ 

你必须右键点击Chrome浏览器图标两次为Windows 8,打开扩展选项卡是不必要的,拖动&拖放不需要,链接将重新指向另一个链接。

5

只需将chrome的兼容模式设置为Windows 7即可。然后可以安装插件并使用它。

+1

最简单的解决方案,如果我在哪里OP会接受这个答案。谢谢 – eftokay83

+0

它也适用于Win10! – Davor