googlecodelabs / android-perf-testing

Automated Performance Testing on Android
https://codelabs.developers.google.com/codelabs/android-perf-testing/
Apache License 2.0
93 stars 39 forks source link

Step 7: Project 'C' not found in root project 'android-perf-testing'. #29

Open kashban opened 7 years ago

kashban commented 7 years ago

When executing Step 7 on Windows 10 I get the error above.

I am running this command from the project's directory:

gradlew :app:assembleDebug :app:assembleD
ebugAndroidTest :app:installDebug :app:installDebugAndroidTest %ANDROID_HOME%\tools\monkeyrunner run_perf_tests.py .\ calf2857

I also tried to fully qualify the script and the project, but the error stays the same.

Any clues?

caohuicn commented 7 years ago

It's because you combined 2 commands into 1 line. I made the same mistake. :)