Android Studio(Beta)0.8.4
操作系统版本:Windows 8
Java JRE/JDK版本:1.8.0_11
Error:Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at http://gradle.org/docs/1.12/userguide/gradle_daemon.html
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 1048576KB object heap
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Run Code Online (Sandbox Code Playgroud) 当我尝试通过以下任一方式运行 Zeppelin 时
bin/zeppelin.sh
Run Code Online (Sandbox Code Playgroud)
或者
bin/zeppelin-deamon.sh start
Run Code Online (Sandbox Code Playgroud)
我收到以下错误消息。
Unrecognized VM option 'MaxPermSize=512m'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Run Code Online (Sandbox Code Playgroud)
我的系统(Ubuntu 16.04)上安装了 Java 9。
$ java -version
openjdk version "9-internal"
OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src)
OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)
Run Code Online (Sandbox Code Playgroud) 我已经开始使用Android Studio 1.0.1,因为我有这个错误,所以我无能为力,甚至无法呈现XML.
错误:无法启动守护程序进程.此问题可能是由守护程序的错误配置引起的.例如,使用无法识别的jvm选项.请参阅http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html上守护程序的用户指南章节.
初始化VM时出错无法为对象堆保留足够的空间错误:无法创建Java虚拟机.错误:发生了致命异常.程序将会退出.
有人面临同样的问题吗?