3

I am trying to run android app crawler: https://developer.android.com/training/testing/crawler

Also looked at this: https://android.jlelse.eu/test-robo-scripts-locally-useful-for-firebase-test-lab-pre-launch-reports-41da83d5769f

The problem is when I run the the crawler cl command: java -jar crawl_launcher.jar --apk-file test.apk --android-sdk C:\Android\sdk it simply hangs. It dont install the app.

It does recognize my connected device, if i remove the device it throws error.

What am I missing?

2 Answers 2

3

Try passing package name as well with the command

like java -jar crawl_launcher.jar --apk-file test.apk --android-sdk C:\Android\sdk --app-package-name my.sample.project

Sign up to request clarification or add additional context in comments.

Comments

0

Try on an emulator/device Android 9, api28. It didn't work on some devices.

https://medium.com/@denysiakimov/how-to-run-android-app-crawler-testing-tool-a0d6f387e89e

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.