0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536への対応

Last updated at Posted at 2016-05-27

環境 AndroidStudio2.1

以下のエラーがでて、ビルドが通らない時に試した方法

com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536

(1) jumbomode

android {
    dexOptions {
       jumboMode true
    }
}

私の環境では失敗

(2) MultidexApplication

私の環境では成功

(3) InstantRunの停止

Preferenceにて
Enable Instant Run to hot swap code/resource changes on deploy
のチェックを外す

私の環境では成功!?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?