嗨,伙计们,当用户申请透支时,我试图申请50英镑的透支费。我的代码如下: if (balance - amount < 0) {
if ((balance -Charge)- amount <= -300) { //If withdraw + overdraft charge goes over -300 then overdraft limit has been exceed
然后在活动中调用时抛错:java.lang.NoSuchfielderror:no field instance of type lorg/apache/http/conn/ssl/allowallhostnameverifier也就是jae包重复运用了。但我也找不到这个包在哪,且也不能改sdk的jar吧。一直找不到解决方法,请问怎么办。