1.Android Studio新
建一个Android Project后,Android Studio提示下面了这个错误
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 https://docs.gradle.org/2.8/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
新建一个项目,提示这个错误。
查了很久大概查到和JVM虚拟机的内存大小有关系,但是设置了还是这样,继续查问题
今天查出来了,是亿赛通的问题....
2. 解决了上面那个问题后。Gradle 又报了这个错:
Protocol Family Unavailable
继续查问题 查了一下午,还是那个错,重装系统后解决了 真是心累!
3.再Gradle中添加如图
时报这个错,Error:(9, 0) Gradle DSL method not found: 'compile()'
compile 'com.android.support:recyclerview-v7:21.0.+'
我怀疑是Gradle的问题,google中....