Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 'assembleAospWithoutQuickstepDebug' not found in root project 'Launcher3_gradle_build #2

Open
dzuluaga opened this issue May 28, 2022 · 0 comments

Comments

@dzuluaga
Copy link

Is this repo missing assembleAospWithoutQuickstepDebug? It's certainly missing from the list below. Thanks

$ ./gradlew tasks

Configure project :
The com.google.protobuf plugin was already applied to the project: : and will not be applied again after plugin: android

Task :tasks


Tasks runnable from root project 'Launcher3_gradle_build'

Android tasks

sourceSets - Prints out all the source sets defined in this project.

Build tasks

assemble - Assembles all variants of all applications and secondary packages.
assembleAndroidTest - Assembles all the Test applications.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildNeeded - Assembles and tests this project and all projects it depends on.
clean - Deletes the build directory.
cleanBuildCache - Deletes the build cache directory.

Build Setup tasks

init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Help tasks

buildEnvironment - Displays all buildscript dependencies declared in root project 'Launcher3_gradle_build'.
dependencies - Displays all dependencies declared in root project 'Launcher3_gradle_build'.
dependencyInsight - Displays the insight into a specific dependency in root project 'Launcher3_gradle_build'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains. [incubating]
outgoingVariants - Displays the outgoing variants of root project 'Launcher3_gradle_build'.
projects - Displays the sub-projects of root project 'Launcher3_gradle_build'.
properties - Displays the properties of root project 'Launcher3_gradle_build'.
tasks - Displays the tasks runnable from root project 'Launcher3_gradle_build' (some of the displayed tasks may belong to subprojects).

Install tasks

uninstallAll - Uninstall all applications.

Verification tasks

check - Runs all checks.
connectedCheck - Runs all device checks on currently connected devices.
deviceCheck - Runs all device checks using Device Providers and Test Servers.

Rules

Pattern: clean: Cleans the output files of a task.
Pattern: build: Assembles the artifacts of a configuration.
Pattern: upload: Assembles and uploads the artifacts belonging to a configuration.

To see all tasks and more detail, run gradlew tasks --all

To see more detail about a task, run gradlew help --task

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant