Unable install app into emulator 2.3.3 : INSTALL_FAILED_DEXOPT

后端 未结 4 1785
深忆病人
深忆病人 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条回答
  •  无人及你
    2021-01-13 14:24

    It's very hard to find out what the error is from the information you provided.

    Try the following

    • Clean your project

    • Uninstall your app

    • Download a different version of adt bundle

    • Experiment with different emulators with different values

    • Try to use a real device, does the problem still occur?

    • Look through these links, maybe your problem is similar:

    • http://blog.elsdoerfer.name/2009/05/25/android-fix-package-uid-mismatches/

    • How to solve Installation failed due to invalid APK file?

    • LinearAlloc exceeded capacity (5242880), last=1092 Error while installing on my Samsung Tablet Device

    • INSTALL_FAILED_DEXOPT error when trying to install application

    Good luck!

提交回复
热议问题