android-perf-testing
android-perf-testing copied to clipboard
Step 7: Project 'C' not found in root project 'android-perf-testing'.
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?
It's because you combined 2 commands into 1 line. I made the same mistake. :)