-
When trying to build a project using this plugin and AGP 8.4.0 or newer I'm getting the following error:
```
* What went wrong:
Some problems were found with the configuration of task ':libraries…
dant3 updated
3 weeks ago
-
**Tests**
appium@2.0.0-beta.40
appium java-client 8.1.1
espresso-driver espresso@2.7.1
For some reason I am not able to start the activity using the espresso driver (I tried on 2 different appli…
-
It appears that GraalVM JDK 17 does not allow inline mocks of final classes to be made using mockito-inline or by adding the mockito inline extension file.
```
org.mockito.exceptions.base.MockitoI…
-
## The problem
I am running a simple demo test to test out parallel testing with appium, selenium grid and testNG. I am getting a session not known error.
## Environment
Appium 6.1.0
selenium-…
-
Hello we are currently encountering an issue with the google location engine implemented in the SDK on Circle CI. I did not find anyway to customize the callback !
### Steps to reproduce
1. act…
-
To add support for ARM64 we can use MTE and the x18 register in place of the PKRU on x64. Here's what we need to do
## Testing on QEMU
- [x] support cross-compiling for ARM in CMake (#311)
- [x] …
-
Hi,
When I run tests in BasicSample one of them (changeText_newActivity) is failing.
`
android.support.test.espresso.NoMatchingViewException: No views in hierarchy found matching: with id: com.…
-
Rhino works fine on Android with one big drawback: JavaAdapter can't be used, because it relies on Java bytecode, while android runs Dalvik bytecode.
Has anyone ever tried to create a version which re…
-
When I try to play a steady frequency, after few seconds there are noticeable breaks in the audio, even while screen is _still on_.
Interestingly, when I keep tapping on the screen, there are _no_ br…
-
```
Help request.
I am trying to load map tiles from the assets directory.
I see the I need to write a custom TileProvider, but am unsure where to go next:
The existing tile loaders make assumption…