Unable to execute dex: Multiple dex files define Lcom/myapp/R$array; 我这个问题最后解决方式是,吧工程里面用同一个v4包。 很明显,多重定义的dex文件,也就是jar包冲突。工程里面很多v4包,并且版本不一样就会导致这个问题。