1

I am trying to automate mobile applications using Appium and selenium and IDE is Android Studio.

But whenever I add Selenium standalone server jar file to lib folder of Android Studio I am getting DexArchiveBuilderException.

I couldn't able to figure it out.

Guillaume Barré
  • 4,168
  • 2
  • 27
  • 50
Madhuri
  • 17
  • 6
  • may be solution: https://stackoverflow.com/questions/47137483/android-studio-3-0-dexarchivebuilderexception – ND1010_ Dec 20 '17 at 12:45
  • Possible duplicate of [Android Studio 3.0 DexArchiveBuilderException](https://stackoverflow.com/questions/47137483/android-studio-3-0-dexarchivebuilderexception) – Zoe Dec 20 '17 at 12:55

1 Answers1

0

In gradle.properties (it's in the root folder of your project) add android.enableD8=true

Sergey Emeliyanov
  • 5,158
  • 6
  • 29
  • 52