Can I use to test my application using Selendroid by writing the test case in Android Studio. I couldn't find much examples and tutorials for the implementation for Android Studio. I've refer to these website for the initial setup:
- selendroid.io/setup.html
- http://www.ontestautomation.com/up-and-running-with-selendroid/
What about the implementation in Android Studio? I tried adding into the "libs" folder: 1. selendroidclient0.15.0.jar 2. selendroidstandalone0.15.0withdependencies.jar
This error appeared:
Error:Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_79\bin\java.exe'' finished with non-zero exit value 1
Please advice.
Thank you.