Duplicate class net.jcip.annotations ANDROID STUDIO
- Dominant language
- Java
- Stars
- 2
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
i'm trying to use this webdriver for android but i'm getting this errors
```
Duplicate class net.jcip.annotations.GuardedBy found in modules annotations-2.0.1.jar (com.google.code.findbugs:annotations:2.0.1) and jcip-annotations-1.0.jar (net.jcip:jcip-annotations:1.0)
Duplicate class net.jcip.annotations.Immutable found in modules annotations-2.0.1.jar (com.google.code.findbugs:annotations:2.0.1) and jcip-annotations-1.0.jar (net.jcip:jcip-annotations:1.0)
Duplicate class net.jcip.annotations.NotThreadSafe found in modules annotations-2.0.1.jar (com.google.code.findbugs:annotations:2.0.1) and jcip-annotations-1.0.jar (net.jcip:jcip-annotations:1.0)
Duplicate class net.jcip.annotations.ThreadSafe found in modules annotations-2.0.1.jar (com.google.code.findbugs:annotations:2.0.1) and jcip-annotations-1.0.jar (net.jcip:jcip-annotations:1.0)
```
Also is this webdriver headless ? and it need and apk to be installed in device or server to be run in pc ?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.