Unable to execute dex: method ID not in [0, 0xffff]: 65536

前端 未结 12 2037
独厮守ぢ
独厮守ぢ 2020-11-21 18:48

I have seen various versions of the dex erros before, but this one is new. clean/restart etc won\'t help. Library projects seems intact and dependency seems to be linked cor

12条回答
  •  忘了有多久
    2020-11-21 18:58

    You can analyse problem (dex file references) using Android Studio:

    Build -> Analyse APK ..

    On the result panel click on classes.dex file

    And you'll see:

提交回复
热议问题