android-perf-testing icon indicating copy to clipboard operation
android-perf-testing copied to clipboard

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

Open kashban opened this issue 8 years ago • 1 comments

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?

kashban avatar Jul 06 '17 08:07 kashban

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

caohuicn avatar Aug 23 '17 23:08 caohuicn