aga
aga

Reputation: 29434

'Failed to seal apk' after during the 'Project run' in Android Studio

After I've updated the Android Plugin for Gradle to the 2.0.0-alpha5 I'm constantly getting Failed to seal APK error while trying to run the project on my device. How I can solve this?

Upvotes: 0

Views: 300

Answers (1)

aga
aga

Reputation: 29434

The issue seems to be called by the Instant run feature of Android Studio. To make the error disappear, go to Settings -> Build, Execution, Deployment -> Instant Run and uncheck Enable Instant Run to hot swap code/resource changes on deploy (default enabled).

Upvotes: 2

Related Questions