java.lang.NoSuchFieldError: INSTANCE exception is thrown by appium driver varriable
问题 I am trying to write this java class that opens an apk file in an android device and presses some buttons through appium,using the code below: package new_appium_test; import io.appium.java_client.android.AndroidDriver; import io.appium.java_client.remote.MobileCapabilityType; import java.io.File; import java.net.MalformedURLException; import java.net.URL; import java.util.concurrent.TimeUnit; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium