Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>1) Check in System Settings -> Details, whether your Ubuntu is 32-bit or 64-bit</p> <p>2) If your Ubuntu is a 32-bit OS then run this <code>sudo apt-get install libgl1-mesa-dev</code> In case of 64-bit OS run this <code>sudo apt-get install ia32-libs</code></p> <p>3) run this <code>sudo apt-get install openjdk-6-jdk</code> or better this <code>sudo apt-get install openjdk-7-jdk</code></p> <p>4) Download SDK platform tools from here <a href="http://developer.android.com/sdk/index.html">http://developer.android.com/sdk/index.html</a></p> <p>5) Unzip downloaded file "adt-bundle-linux-x86_64-20131030.zip" (you can have a little bit different name ;). But you should get folder contained two sub folder - sdk and eclipse</p> <p>6) Run this <code>nautilus ~</code></p> <p>7) In opened window create folder 'android-sdk-linux'</p> <p>8) copy the all entire contents of folder sdk (from unzipped archive) to this new folder 'android-sdk-linux'</p> <p>9) try run this <code>cd ~/android-sdk-linux/tools</code> then this <code>./android</code>. If you did all right you should see Android SDK Manager</p> <p>10) run this <code>sudo gedit ~/.bashrc</code> in opened editor add this in very top </p> <pre><code>#AndroidDev PATH export PATH=${PATH}:~/android-sdk-linux/tools export PATH=${PATH}:~/android-sdk-linux/platform-tools </code></pre> <p>11) save and close</p> <p>12) run <code>exec bash</code> then try run <code>android</code></p> <p>13) give write permissions to android-sdk-linux folder</p> <p>Enjoy! ;)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload