Appcelerator studion 在工作区启动器屏幕上冻结

Appcelerator studion freezes at workspace launcher screen

我正在尝试在 mac os sierra 上安装 AppC 4.10,但它卡在工作区启动器屏幕上,没有显示到下一个屏幕。

我现在尝试重新安装所有东西超过两次。

提前致谢。

来自这个link: https://jira.appcelerator.org/browse/TISTUD-8877

To unblock you from this situation, please follow the below instructions

  1. Go to /Applications/Appcelerator Studio/configuration/.settings
  2. Open org.eclipse.ui.ide.prefs file in any editor
  3. Set SHOW_WORKSPACE_SELECTION_DIALOG=false by default it's true.

This will avoid the workspace prompt dialog and open the studio directly.

我让 jdk 8 和 9 都 installed.I 删除 jdk 9 然后它开始工作。

Appcelerator 应该改进他们的工作室安装过程。

下面是url:https://jira.appcelerator.org/browse/TISTUD-8877

它可能会帮助你们中的一些人解决其他问题。

这为我修复了它:

sudo npm cache clean
sudo rm -rf .appcelerator
sudo npm -g install appcelerator
appc use latest
appc setup

Open a Finder window and do the following:
Command+Shift+G - /Library/Java/JavaVirtualMachines/
delete JDK
Install javaforosx (you can get the link by trying to open Appcelerator Studio)
Install JDK 8u151

希望对您有所帮助!

解决方案灵感来自这里:https://jira.appcelerator.org/browse/TISTUD-8898?attachmentOrder=desc