<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to Install Android SDK in Ubuntu for i.MX in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Android-SDK-in-Ubuntu-for-i-MX/m-p/158516#M2781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3 id="toc-hId-1424299269"&gt;How to Install Android SDK in Ubuntu&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/android.jpg?version=1&amp;amp;modificationDate=1271183692000" /&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;This wiki describes how to install the Android SDK to build Java applications that run on the Android framework. This does not describe the build process for creating the actual Android OS that runs on i.MX devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, go to the&amp;nbsp;&lt;A class="external-link" href="http://developer.android.com/sdk/" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #3366FF; "&gt;Android&lt;/SPAN&gt;&lt;/A&gt;&lt;A class="external-link" href="http://developer.android.com/sdk/" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #3366FF; "&gt;&amp;nbsp;website&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;and download the SDK. Make sure you choose the Linux version.&lt;/P&gt;&lt;P&gt;Extract the downloaded file to your home folder. You should see a folder with the name “android-sdk-linux_86”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open your .bashrc file and add the filepath to the end of the file. In a terminal, type the following:&lt;/P&gt;&lt;DIV class="panel code"&gt;&lt;DIV class="panelContent codeContent"&gt;&lt;PRE class="code-java"&gt; gedit ~/.bashrc &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add the following line to the end of the file. Replace &amp;lt;my path&amp;gt; with the actual filepath of the SDK folder on your system.&lt;/P&gt;&lt;DIV class="panel code"&gt;&lt;DIV class="panelContent codeContent"&gt;&lt;PRE class="code-java"&gt;
&lt;/PRE&gt;&lt;PRE class="code-java"&gt;export PATH=${PATH}:/home/jeff/android_imx/java_android_sdk/android-sdk-linux_86/tools &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Next you need to install Ecplise. For Ubuntu 9.10 users, the latest version of Eclipse is already included in the repository, so you can easily install with "apt-get":&lt;/P&gt;&lt;DIV class="panel code"&gt;&lt;DIV class="panelContent codeContent"&gt;&lt;PRE class="code-java"&gt;sudo apt-get install eclipse&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Once the installation is completed, Add the network proxy to the network configuration settings.&lt;/P&gt;&lt;P&gt;Now setup the proxy in eclipse (the global setting is not sufficient)&lt;BR /&gt;On the menubar, click on Help -&amp;gt; Window -&amp;gt; Preferences -&amp;gt; General -&amp;gt; Network Connection and add the Freescale proxy server "wwwgate0.freescale.net" with port "1080" or&amp;nbsp;equivalent&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/eclipse_proxy_settup.png?version=1&amp;amp;modificationDate=1271347636000" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="panelMacro"&gt;&lt;TABLE class="warningMacro"&gt;&lt;COLGROUP&gt;&lt;COL width="24" /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top"&gt;&lt;IMG align="absmiddle" border="0" height="16" src="http://wiki.freescale.net/images/icons/emoticons/forbidden.gif" width="16" /&gt;&lt;/TD&gt;&lt;TD&gt;Make sure you have 127.0.0.1 listed in your proxy bypass settings&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Install Android Plugin for Eclipse&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once the proxy setup is completed, open Eclipse (Application -&amp;gt; Programming -&amp;gt; Eclipse)&lt;BR /&gt;On the menubar, click on Help -&amp;gt; Install new software&lt;/P&gt;&lt;P&gt;Next, erase away the entry in the Work With field and add&amp;nbsp;&lt;A class="external-link" href="https://dl-ssl.google.com/android/eclipse/" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;https://dl-ssl.google.com/android/eclipse/&lt;/A&gt;. Click Add.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/add_google_android_plug.png?version=2&amp;amp;modificationDate=1271794548000" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Check all the entries in the bottom pane and click Next to install.&lt;/P&gt;&lt;P&gt;Once the installation is done, restart Eclipse.&lt;/P&gt;&lt;DIV class="panelMacro"&gt;&lt;TABLE class="noteMacro"&gt;&lt;COLGROUP&gt;&lt;COL width="24" /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top"&gt;&lt;IMG align="absmiddle" border="0" height="16" src="http://wiki.freescale.net/images/icons/emoticons/warning.gif" width="16" /&gt;&lt;/TD&gt;&lt;TD&gt;If you get the proxy errors at this point then reboot your machine and try again.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If plugin Link is dead?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the case of the plugin link being dead, simply download it directly from google here&amp;nbsp;&lt;A class="external-link" href="http://dl.google.com/android/ADT-0.9.6.zip" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;http://dl.google.com/android/ADT-0.9.6.zip&lt;/A&gt;&lt;BR /&gt;Updated links may be found here:&amp;nbsp;&lt;A class="external-link" href="http://developer.android.com/sdk/eclipse-adt.html" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;http://developer.android.com/sdk/eclipse-adt.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the file "ADT-0.9.6.zip" is downloaded to the desired directory you can install it by clicking Help -&amp;gt; Install New Software -&amp;gt; Add -&amp;gt; Archive&lt;BR /&gt;chose ADT-0.9.6.zip&amp;nbsp;&lt;STRONG&gt;(no need to unzip the archive)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/add_arch_android.png?version=1&amp;amp;modificationDate=1271794600000" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Check all the entries in the bottom pane and click Next to install.&lt;BR /&gt;Once the installation is done, restart Eclipse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now Install The SDK&lt;/STRONG&gt;&lt;BR /&gt;Go to Windows -&amp;gt; Preferences. On the left, select the Android entry.&lt;BR /&gt;Enter the Android filepath in the SDK location field. Click Apply follow by OK.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/Android_add_SDK.png?version=1&amp;amp;modificationDate=1271794842000" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Congratulations you are done setting up Ubuntu for the Android SDK&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 09:03:25 GMT</pubDate>
    <dc:creator>J_Eastlack</dc:creator>
    <dc:date>2020-10-29T09:03:25Z</dc:date>
    <item>
      <title>How to Install Android SDK in Ubuntu for i.MX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Android-SDK-in-Ubuntu-for-i-MX/m-p/158516#M2781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3 id="toc-hId-1424299269"&gt;How to Install Android SDK in Ubuntu&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/android.jpg?version=1&amp;amp;modificationDate=1271183692000" /&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;This wiki describes how to install the Android SDK to build Java applications that run on the Android framework. This does not describe the build process for creating the actual Android OS that runs on i.MX devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, go to the&amp;nbsp;&lt;A class="external-link" href="http://developer.android.com/sdk/" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #3366FF; "&gt;Android&lt;/SPAN&gt;&lt;/A&gt;&lt;A class="external-link" href="http://developer.android.com/sdk/" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #3366FF; "&gt;&amp;nbsp;website&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;and download the SDK. Make sure you choose the Linux version.&lt;/P&gt;&lt;P&gt;Extract the downloaded file to your home folder. You should see a folder with the name “android-sdk-linux_86”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open your .bashrc file and add the filepath to the end of the file. In a terminal, type the following:&lt;/P&gt;&lt;DIV class="panel code"&gt;&lt;DIV class="panelContent codeContent"&gt;&lt;PRE class="code-java"&gt; gedit ~/.bashrc &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add the following line to the end of the file. Replace &amp;lt;my path&amp;gt; with the actual filepath of the SDK folder on your system.&lt;/P&gt;&lt;DIV class="panel code"&gt;&lt;DIV class="panelContent codeContent"&gt;&lt;PRE class="code-java"&gt;
&lt;/PRE&gt;&lt;PRE class="code-java"&gt;export PATH=${PATH}:/home/jeff/android_imx/java_android_sdk/android-sdk-linux_86/tools &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Next you need to install Ecplise. For Ubuntu 9.10 users, the latest version of Eclipse is already included in the repository, so you can easily install with "apt-get":&lt;/P&gt;&lt;DIV class="panel code"&gt;&lt;DIV class="panelContent codeContent"&gt;&lt;PRE class="code-java"&gt;sudo apt-get install eclipse&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Once the installation is completed, Add the network proxy to the network configuration settings.&lt;/P&gt;&lt;P&gt;Now setup the proxy in eclipse (the global setting is not sufficient)&lt;BR /&gt;On the menubar, click on Help -&amp;gt; Window -&amp;gt; Preferences -&amp;gt; General -&amp;gt; Network Connection and add the Freescale proxy server "wwwgate0.freescale.net" with port "1080" or&amp;nbsp;equivalent&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/eclipse_proxy_settup.png?version=1&amp;amp;modificationDate=1271347636000" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="panelMacro"&gt;&lt;TABLE class="warningMacro"&gt;&lt;COLGROUP&gt;&lt;COL width="24" /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top"&gt;&lt;IMG align="absmiddle" border="0" height="16" src="http://wiki.freescale.net/images/icons/emoticons/forbidden.gif" width="16" /&gt;&lt;/TD&gt;&lt;TD&gt;Make sure you have 127.0.0.1 listed in your proxy bypass settings&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Install Android Plugin for Eclipse&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once the proxy setup is completed, open Eclipse (Application -&amp;gt; Programming -&amp;gt; Eclipse)&lt;BR /&gt;On the menubar, click on Help -&amp;gt; Install new software&lt;/P&gt;&lt;P&gt;Next, erase away the entry in the Work With field and add&amp;nbsp;&lt;A class="external-link" href="https://dl-ssl.google.com/android/eclipse/" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;https://dl-ssl.google.com/android/eclipse/&lt;/A&gt;. Click Add.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/add_google_android_plug.png?version=2&amp;amp;modificationDate=1271794548000" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Check all the entries in the bottom pane and click Next to install.&lt;/P&gt;&lt;P&gt;Once the installation is done, restart Eclipse.&lt;/P&gt;&lt;DIV class="panelMacro"&gt;&lt;TABLE class="noteMacro"&gt;&lt;COLGROUP&gt;&lt;COL width="24" /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top"&gt;&lt;IMG align="absmiddle" border="0" height="16" src="http://wiki.freescale.net/images/icons/emoticons/warning.gif" width="16" /&gt;&lt;/TD&gt;&lt;TD&gt;If you get the proxy errors at this point then reboot your machine and try again.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If plugin Link is dead?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the case of the plugin link being dead, simply download it directly from google here&amp;nbsp;&lt;A class="external-link" href="http://dl.google.com/android/ADT-0.9.6.zip" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;http://dl.google.com/android/ADT-0.9.6.zip&lt;/A&gt;&lt;BR /&gt;Updated links may be found here:&amp;nbsp;&lt;A class="external-link" href="http://developer.android.com/sdk/eclipse-adt.html" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;http://developer.android.com/sdk/eclipse-adt.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the file "ADT-0.9.6.zip" is downloaded to the desired directory you can install it by clicking Help -&amp;gt; Install New Software -&amp;gt; Add -&amp;gt; Archive&lt;BR /&gt;chose ADT-0.9.6.zip&amp;nbsp;&lt;STRONG&gt;(no need to unzip the archive)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/add_arch_android.png?version=1&amp;amp;modificationDate=1271794600000" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Check all the entries in the bottom pane and click Next to install.&lt;BR /&gt;Once the installation is done, restart Eclipse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now Install The SDK&lt;/STRONG&gt;&lt;BR /&gt;Go to Windows -&amp;gt; Preferences. On the left, select the Android entry.&lt;BR /&gt;Enter the Android filepath in the SDK location field. Click Apply follow by OK.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="image-wrap"&gt;&lt;IMG src="http://wiki.freescale.net/download/attachments/24585184/Android_add_SDK.png?version=1&amp;amp;modificationDate=1271794842000" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Congratulations you are done setting up Ubuntu for the Android SDK&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Install-Android-SDK-in-Ubuntu-for-i-MX/m-p/158516#M2781</guid>
      <dc:creator>J_Eastlack</dc:creator>
      <dc:date>2020-10-29T09:03:25Z</dc:date>
    </item>
  </channel>
</rss>

