Amazing android runtime issue with multidex?

25 Views Asked by At

enter image description here

Look at the above picture, In my class, the return type of getADPlayerPresenter() is com.miguplayer.player.f.a but In runtime, the return type of getADPlayerPresenter() is com.miguplayer.player.e.a, So the program is crash with exception "No virtual method getADPlayerPresenter()Lcom/miguplayer/player/e/a;"

Has anyone had a similar problem and fix it?

0

There are 0 best solutions below