在gradle中也要设置一下
android { defaultConfig { multiDexEnabled = true } }
http://stackoverflow.com/questions/15209831/unable-to-execute-dex-method-id-not-in-0-0xffff-65536
http://www.lephones.net/2014/11/27/multi-dex-app/