Reputation: 941
I started working with android development last month and installed android studio version 0.60, update to 0.8 beta as it arrived and to 0.8.2 a few days back. Now i am getting a message saying that my installation is corrupt, all my projects are showing error(red marks on each resource)
http://s4.postimg.org/v9p6wuet9/corrupt.png
So I dutifully followed the advised , removed and re installed android studio (I cleared all directories used by android studio) but I'm still getting the same error messages
Please help
Upvotes: 3
Views: 2315
Reputation: 127
delete the "/android-studio/plugins/android/android-designer" folder, if there Archiving two "builder-model-0.xx.0.jar" you should also delete the oldest file in the folder "/plugins/android/lib".
Upvotes: 6
Reputation: 5692
I had the same problem. My android studio was installed in /usr/share/android-studio (linux). In this directory, there was a folder plugins
. Inside, there was android-designer
. Delete it and the message disapears.
Upvotes: 1