Ken
Ken

Reputation: 295

Android Studio error "installation failed since the device possibly has stale dexed jars"

I formated my computer and installed Android Studio

Before that my app was working fine, after formating and installing Android Studio I keep getting this error "installation failed since the device possibly has stale dexed jars"

and in every emulator I open I get "Storage Space running out!" although I just installed Android Studio and my first time to run my app, not sure how got full? and not sure if this is the reason for dexed jars issue too

Any advise?

Thanks

Upvotes: 1

Views: 3761

Answers (2)

Tanvi Agarwal
Tanvi Agarwal

Reputation: 337

Disable the instant run. This is a known issue of instant run.

Upvotes: 2

zIronManBox
zIronManBox

Reputation: 5067

This worked for me:

In Android Studio this can be done by clicking on Build > Clean Project.

Upvotes: 3

Related Questions