You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using spoon-client-1.7.1.jar and the basic screenshot functionality doesn't seem to work on Andorid 10 (API Level 29) but works on Android 9. With Android 10, accessing storage changed.
Spoon client in general is not going to work on android 11 and 12 because of the scoped storage requirements. Does anyone know whether there are any plans to fix this ?
No one has worked on Spoon for about 6 years so I would not expect it to be fixed. If someone wants to send an easily-reviewable and easily-mergable PR to fix it then it would probably be merged and you could rely on the code on master. Otherwise you should investigate new tools.
I am using spoon-client-1.7.1.jar and the basic screenshot functionality doesn't seem to work on Andorid 10 (API Level 29) but works on Android 9. With Android 10, accessing storage changed.
Here is an example of how you need to store files in Android 10:
https://stackoverflow.com/questions/61345973/unable-to-store-espresso-failure-screenshots-on-android-10-devices
The text was updated successfully, but these errors were encountered: