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

前端 未结 6 1240
后悔当初
后悔当初 2020-12-15 10:44

iam building my application i got this error

Dx warning: Ignoring InnerClasses attribute for an anonymous inner class (com.amazonaws.javax.xml.stream.xerces.util.Se

6条回答
  •  温柔的废话
    2020-12-15 11:13

    I also had recently update the google play libs to version 29 and my app hit the 2^16 limit! I downgraded to version 26 that I knew it worked for me and indeed it has.

    Developing with Eclipse seems to have become rather unstable now, so it is very advisable to keep track of all the versions of all packages installed!

    The solution in the long term is to switch to Android Studio.

提交回复
热议问题