I built an android project, and when I ran it, there was the following problem. even if I created a new project in any directory, the problem also appeared. so what's going on here?
BUILD FAILED in 0s Executing tasks: [:app:assembleDebug]
FAILURE: Build failed with an exception.
What went wrong: Task '–continue' not found in root project 'Demo2'.
Try: Run gradle tasks to get a list of available tasks. Run with --stacktrace > option to get the stack trace. Run with --info or --debug option to get > more log output.
Get more help at https://help.gradle.org
BUILD FAILED in 0s