error in android studio with new project -


when create new project message appears:

error:unable start daemon process. problem might caused incorrect configuration of daemon. example, unrecognized jvm option used. please refer user guide chapter on daemon @ http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html please read following process output find out more: ----------------------- error: not find or load main class xmx512m java hotspot(tm) 64-bit server vm warning: ignoring option maxpermsize=256m; support removed in 8.0 

i try change gradle , compiler setting xmx512m -xx:maxpermsize=256m not work.

i suggest reset android studio closing android studio , removing following directories.

~/library/application support/androidstudiobeta

~/library/caches/androidstudiobeta

~/library/logs/androidstudiobeta

~/library/preferences/androidstudiobeta"

then restart android studio.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

html - grunt SVG to webfont -

c# - SharpSsh Command Execution -