Open kashban opened 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?
It's because you combined 2 commands into 1 line. I made the same mistake. :)
When executing Step 7 on Windows 10 I get the error above.
I am running this command from the project's directory:
I also tried to fully qualify the script and the project, but the error stays the same.
Any clues?