Cannot merge new index 67361 into a non-jumbo instruction
Posted on 2013-12-02 13:26 喜糖 阅读(400) 评论(0) 编辑 收藏 举报升级Android ADT 后项目出现如题错误。
https://groups.google.com/forum/?fromgroups=#!topic/adt-dev/tuLXN9GkVas
just put dex.force.jumbo=true in your project.properties and clean rebuild.
通过如上修改可以解决问题,宁静志远亲测。