如何安裝GWT browser plugin for Chrome?它說如何安裝GWT瀏覽器插件?
此計算機不支持此應用程序。安裝已被禁用。
GWT被遺棄了嗎?我使用的Chrome版本29.0.1547.76 m和Windows 8的
如何安裝GWT browser plugin for Chrome?它說如何安裝GWT瀏覽器插件?
此計算機不支持此應用程序。安裝已被禁用。
GWT被遺棄了嗎?我使用的Chrome版本29.0.1547.76 m和Windows 8的
解決方案: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,打開擴展選項卡是不必要的,拖動&拖放不需要,鏈接將重新指向另一個鏈接。
從未在Win 8上試用過它,但它在Win7 x64上始終適用於我。有可能他們不支持Win 8.如果是這樣,你可以總是編譯你的項目,運行開發模式,並且忽略URL的'?gwt.codesvr = 127.0.0.1:9997'部分。不幸的是,你必須編譯每一次你想使用的代碼服務器。 – Churro