Android Studio Error Message (IntelliJ)

After I created a new project in the latest version of Android Studio (IntelliJ), I got an error message:

Moverover, how to display the user interface in Android studio (IntelliJ), which was previously in Android Eclipse?

Gradle FirstAppProject Update Error:

Error: Unable to start the daemon process.

This problem may be caused by improper daemon configuration. For example, an unrecognized JVM option is used. Please refer to the manual chapter on the daemon.

Read the following process output to find out more:

21: 05: 33.924 [main] DEBUG ogldaemon.bootstrap.DaemonMain - Assuming that the daemon was started using the following jvm opts: [-XX: MaxPermSize = 256m, -XX: + HeapDumpOnOutOfMemoryError, -Xmx1024m, -Dfileen. -1252, -Duser.country = NZ, -Duser.language = en, -Duser.variant]

FAILURE: build failed with exception.

  • What went wrong: Failed to create a service of type DaemonContext using DaemonServices.createDaemonContext ().

  • Try: Run with the --stacktrace option to get a stack trace. Run with the --info or --debug option to get more log output. Java HotSpot (TM) 64-bit VM server warning: ignoring the option MaxPermSize = 256 m; support removed in 8.0

+4
source share
1

Android Studio ...

Android Studio, Android Studio .

+2

Source: https://habr.com/ru/post/1568439/


All Articles