<p>
Similarly, if you try to import a Gradle project which does not contain a gradle wrapper, it will offer to let you insert one:
</p>
<div>
<a href="https://sites.google.com/a/android.com/tools/recent/androidstudio0811released/add-wrapper.png?attredirects=0"><img src="https://sites.google.com/a/android.com/tools/_/rsrc/1411084729614/recent/androidstudio0811released/add-wrapper.png" alt="" border="0" /></a>
</div>
</li>
<li>
Lint errors can now display the full issue explanation text in-place in the editor. This is helpful when the short single-line error message does not fully explain what the problem is. <div>
<a href="https://sites.google.com/a/android.com/tools/recent/androidstudio0811released/lint-short.png?attredirects=0"><img src="https://sites.google.com/a/android.com/tools/_/rsrc/1411084729690/recent/androidstudio0811released/lint-short.png" alt="" border="0" /></a>
</div>
<p>
There is a hyperlink at the end of the single line message, and a keyboard shortcut listed next to it; clicking the link or pressing the keybinding will replace the tooltip with the full explanation text</li>
<li>
and <a href="https://sites.google.com/a/android.com/tools/recent/androidstudio0811released" target="_blank">many more</a>
</li></ul>
<p>
<span style="color: #003366;"><strong>Install Android Studio 0.8.11 on Ubuntu 14.04 & Ubuntu 14.10</strong></span>
</p>
<pre>sudo apt-get purge openjdk*
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
sudo apt-get install oracle-java7-set-default
wget http://dl.google.com/dl/android/studio/ide-zips/0.8.11/android-studio-ide-135.1446794-linux.zip
unzip android-studio-ide-135.1446794-linux.zip
cd android-studio/bin
./studio.sh