Unable install app into emulator 2.3.3 : INSTALL_FAILED_DEXOPT

后端 未结 4 1804
深忆病人
深忆病人 2021-01-13 13:36

I use the latest adt-bundle-windows-x86_64-20130717, with

  • Android SDK Tools - 22.0.4
  • Android SDK Platform-tools - 18

I ha

4条回答
  •  旧时难觅i
    2021-01-13 14:14

    I was facing the same issue after upgrading ADT and I was stuck for this issue for almost half and a day.After every HIT and TRY method found the solution.

    **

    ONE OF LIBRARY PROJECT BUILD TARGET WAS HIGHER THEN MY PROJECT , JUST CHANGED LIBRARY PROJECT BUILD TARGET TO 3.0 AND MY PROJECT BUILD TARGET TO 4.0.3 AND IT VANISHES.

    **

    Just posted my solution if it helps others in future.

提交回复
热议问题