Android: my application is too large and gives “Unable to execute dex: method ID not in [0, 0xffff]: 65536”?

前端 未结 8 2053
慢半拍i
慢半拍i 2020-11-27 04:52

I am trying to integrate my application with Box, Dropbox, and Google Drive. All 3 of these services require a number of 3rd party jars. Additionally, my application alrea

8条回答
  •  甜味超标
    2020-11-27 04:56

    Here is a script I wrote for counting the number of methods in each jar (and in total) for a specific folder.

    Once you count the methods you can concentrate on refactoring and removing heavy libraries.

提交回复
热议问题