Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Is this project still being maintained? #12

Closed
EltonZhong opened this issue Oct 23, 2018 · 5 comments
Closed

Is this project still being maintained? #12

EltonZhong opened this issue Oct 23, 2018 · 5 comments

Comments

@EltonZhong
Copy link

image
Got lots of errors, and don't know if this project is being maintained.

@EltonZhong
Copy link
Author

Seems that it is not working well now...

@EltonZhong
Copy link
Author

And this:

image

@EltonZhong
Copy link
Author

What I'm doing is running commands like below continuously:
adb -s emulator-5556 shell am instrument -w -r -e debug false -e class com.**1
adb -s emulator-5556 shell am instrument -w -r -e debug false -e class com.**2
adb -s emulator-5556 shell am instrument -w -r -e debug false -e class com.**3

@DDeg
Copy link

DDeg commented Apr 25, 2019

image
Got lots of errors, and don't know if this project is being maintained.

This issue can be reproduces only on Android 8.0+ (API 26 or higher) because of changing how external storage works with permissions.
You can use device/emulator with Android version below 8.0 or just create folder 'allure-results' manually on external storage on Android 8.0+.
I'va handled this issue with custom Gradle script that call 'adb shell mkdir /sdcard/allure-results'

@EltonZhong
Copy link
Author

image
Got lots of errors, and don't know if this project is being maintained.

This issue can be reproduces only on Android 8.0+ (API 26 or higher) because of changing how external storage works with permissions.
You can use device/emulator with Android version below 8.0 or just create folder 'allure-results' manually on external storage on Android 8.0+.
I'va handled this issue with custom Gradle script that call 'adb shell mkdir /sdcard/allure-results'

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants