4

I've recently updated Android Studio and my build.gradle version to 3.2.0-beta01.

When I build and run the project !zip.isFile() error occurs with information below:

Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: !zip.isFile()

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:transformDexWithInstantRunSlicesApkForDebug'.

Community
  • 1
  • 1
Aydinozkan
  • 2,508
  • 2
  • 21
  • 26

1 Answers1

6

The error vanished, after disabling Instant Run.

Android Studio -> Preferences -> Instant Run

Google has indicated that they are going to fix it in Beta-02

https://issuetracker.google.com/issues/110564390

Aydinozkan
  • 2,508
  • 2
  • 21
  • 26