编译hello_word都能出错。。。

Configuration ‘compile’ in project ‘:hello_world’ is deprecated. Use ‘implementation’ instead.
Parsing the SDK, no caching allowed
SDK initialized in 44 ms

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ‘:hello_world’.

java.lang.NullPointerException (no error message)

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.

  • Get more help at https://help.gradle.org

BUILD FAILED in 3s
执行命令出错,返回值:1。

你 hello_world 前面有一个冒号,去掉再试试看?