Ganjar P M
Ganjar P M
Up for this
@piotrgomola AFAIK you could try using `ArrayList` on kotlin, that should solve the issue.
This will help with app debugging purpose, sometimes there are app error cases that only occurred when the app navigated by appium. looking forward to these :)
im facing the same issue, have you found the solution @copolii ?
@sfkir not yet, do you have any idea with this issue @saikrishna321 @KazuCocoa ?
here my specific error : >[Espresso] [Instrumentation] [STDOUT] android.content.res.Resources$NotFoundException: Drawable com.appname.android.staging:dimen/dimen_name_icon_size with resource ID #0x7f070059 [debug] [Espresso] [Instrumentation] [STDOUT] Caused by: android.content.res.Resources$NotFoundException: Resource "com.appname.android.staging:dimen/dimen_name_icon_size" (7f070059) is not a Drawable (color...
currently my app already migrate with androidX, how about you @sfkir ? now im testing with older version app
hi @dkonurov can you verify if `windowBackground=@null ` work? if yes, so we should ask developer to update those in the app?
awesome, thanks guys i managed to make it work now. 😆 > I'd be much more confident in the server if it had most android dependencies compileOnly and its manifest...
@poojachoudhary13 i think there is already a PR to fix https://github.com/appium/appium-espresso-driver/pull/497 you could check on that.