I am trying to test a Selendroid test on Eclipse and followed the necessary steps on how to run it. Unfortunately, the two libraries that are mentioned above cannot be resolved to a type. I have added all the necessary jar files in the build path however, but it still cannot be resolved. Is there another way to resolve this problem? Images as here:
Asked
Active
Viewed 458 times
1
-
You shall share the imports (in text) and lib structure attached to the question itself and not link, – Naman Nov 24 '16 at 03:55
-
already edited. – user2953186 Nov 24 '16 at 04:09
1 Answers
0
I struggled a lot with this error and finally came to know that the paths have been changed in the latest releases. Use these paths and it shall work:
import io.selendroid.common.SelendroidCapabilities;
import io.selendroid.client.SelendroidDriver;
Tested this for versions 0.15.0 and 0.17.0

Marwen Doukh
- 1,946
- 17
- 26

Sugandha Jain
- 333
- 2
- 6