<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2484368838278338850</id><updated>2025-02-16T18:16:23.961-08:00</updated><category term="Reasons for Android being buzz word in mobile applications sector"/><category term="What is AndroiD - A simple Introduction"/><category term="why so much talk on Android with regard to mobile OSs?"/><title type='text'>Android -  The mobile operating system</title><subtitle type='html'>This blog is to share my Android experiences.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-1238120234000447065</id><published>2013-02-27T09:13:00.000-08:00</published><updated>2013-02-27T09:13:36.093-08:00</updated><title type='text'>Running - &quot;Hi Android : My first Android app - 2nd Attempt</title><content type='html'>The problem related me preventing running the app was due to some missing connection with the device which I intend to run my app on.&lt;br /&gt;
There are clear 2 ways of running the App.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;On a real device ( a phone or tab or any Android device )&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Run on Emulator ( virtual device called AVD, Android virtual device , which represent a phone made out of the resources in a computer ).&lt;/li&gt;
&lt;/ol&gt;
I try the 2nd option first.&amp;nbsp; &lt;br /&gt;
To do so, I need to create a AVD first in my computer.&lt;br /&gt;
&lt;br /&gt;
This is available in Google android in this link.&lt;br /&gt;
&lt;a href=&quot;http://developer.android.com/training/basics/firstapp/running-app.html&quot;&gt;http://developer.android.com/training/basics/firstapp/running-app.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Steps.on Eclips , click on AVD menu or, execute it from file menu Window&amp;gt;AVD Manager&amp;nbsp; &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1Yl4gtR_IaHEiHyAWWSviVEVnpiWu7Ug98TjgyTKy6aj4woVCmJ9Xfgvp_H5MEOBWS-CBIrmPgNgxvFY7I5cEaBjiiYj9OyX3lz0lfAVl9IyQ9B774Tt9V_9ajeJ8_P-JIPGkAofOhwRJ/s1600/AVD+Icon.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;115&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1Yl4gtR_IaHEiHyAWWSviVEVnpiWu7Ug98TjgyTKy6aj4woVCmJ9Xfgvp_H5MEOBWS-CBIrmPgNgxvFY7I5cEaBjiiYj9OyX3lz0lfAVl9IyQ9B774Tt9V_9ajeJ8_P-JIPGkAofOhwRJ/s320/AVD+Icon.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
This will open up following dialog.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXSKYY2mVZaThGHDkCXQrM2zqZ5prydhO6S2NflgCOFVO5ypKvTB-EXotJZxiiwGwUXqM7DaINK0no4_YhqJLdMXduX80spbvvs7qLfKnabcDeAOSgmg8nnIwWWWIg8hd3A6-T_QJrXP52/s1600/AVD+set+up.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;228&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXSKYY2mVZaThGHDkCXQrM2zqZ5prydhO6S2NflgCOFVO5ypKvTB-EXotJZxiiwGwUXqM7DaINK0no4_YhqJLdMXduX80spbvvs7qLfKnabcDeAOSgmg8nnIwWWWIg8hd3A6-T_QJrXP52/s320/AVD+set+up.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Then select New , to create a virtual device.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwJLzf7ddvoTi8YTWHXuaDETtFS7i-nbX46dAET0OY1KDeJa8FF1L2ydHpddqSWmMwpi5O8d3fPS99Ygib4qvh6Qh2lkm62c0OuQ1iiWVwC9SGsPU922uMgHGG-LInBBeTP3OpC74c20lj/s1600/New+AVD.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwJLzf7ddvoTi8YTWHXuaDETtFS7i-nbX46dAET0OY1KDeJa8FF1L2ydHpddqSWmMwpi5O8d3fPS99Ygib4qvh6Qh2lkm62c0OuQ1iiWVwC9SGsPU922uMgHGG-LInBBeTP3OpC74c20lj/s320/New+AVD.PNG&quot; width=&quot;204&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Give the necessary parameters. For example the parameters I ve given here , represent a virtual smartphone of ARM Processor, 512 MB internal memory, WVGA 800 like display.&lt;br /&gt;
&lt;br /&gt;
Now my AVD is ready to run my program.&lt;br /&gt;
Click &quot;Start &quot; after selecting the AVD to &quot;Start&quot; the emulator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiD5vSPZFWGOwnOdPKh_dTi8xCjD61wZ4p5SpScljHYThmrvMLFgzrEgxgp_HvBQOYoIwPf1Z245uz3DRSr1a3j7MMekE6N-V7iXXJFd7WvcIt-a8lnNoInchM-WSfmUugFfnMARgS9tGVO/s320/AVD+Start.png&quot; width=&quot;320&quot; /&gt; &lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
There are some additional screen and dpi settings that you can customize here if needed.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhopvRz0_y3u-Ao2isHpDOD94rDvo05OmrkobdULdDjMV-_p7m7ErO0a6PjWKSlJipImZCX93IzyQbpTKLByM5-3kgXQeLmqs7B5IZijdhVC7Gv0pHEPVzn2fgDdpHNdH7SB6NRDAz-L04z/s1600/AVD+additional+settings.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhopvRz0_y3u-Ao2isHpDOD94rDvo05OmrkobdULdDjMV-_p7m7ErO0a6PjWKSlJipImZCX93IzyQbpTKLByM5-3kgXQeLmqs7B5IZijdhVC7Gv0pHEPVzn2fgDdpHNdH7SB6NRDAz-L04z/s320/AVD+additional+settings.PNG&quot; width=&quot;220&quot; /&gt;&amp;nbsp; &lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Click &quot;Launch&quot; &lt;br /&gt;
It takes extremely long time to start and the first time I though it stuck or crashed.&lt;br /&gt;
&lt;br /&gt;
Once it is loaded it looks like this. &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMDTiOyVQJKz5D3CzSCSiQ7V_1eMdm94Zqzcl9bqRRthuLF-z_BSKCjIw1YCOgYpzZgRixgNCkBCZvm3jk16N0ZdKHZqyQ3bxV2xesMVQMN7XqUpf8HT4V_NxUQpUJtUgv4OZRrkZQfhss/s1600/Android+Emulator.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;305&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMDTiOyVQJKz5D3CzSCSiQ7V_1eMdm94Zqzcl9bqRRthuLF-z_BSKCjIw1YCOgYpzZgRixgNCkBCZvm3jk16N0ZdKHZqyQ3bxV2xesMVQMN7XqUpf8HT4V_NxUQpUJtUgv4OZRrkZQfhss/s320/Android+Emulator.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Now I m going to run the program I wrote.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsqp6i7Lh-869FOMw39Uqed9V_y9DeXPl6xkJUAG8-sEVNyCKsVPEwCM5-QQ7jeDqKB24svJ8aEv3XSJz5cc7bTRgsBGg8NELKg4XrkGB8GrAVc0NvWvctIVeFncoBAJA6kL4Sc5ZkLFCb/s1600/App+Run.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;133&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsqp6i7Lh-869FOMw39Uqed9V_y9DeXPl6xkJUAG8-sEVNyCKsVPEwCM5-QQ7jeDqKB24svJ8aEv3XSJz5cc7bTRgsBGg8NELKg4XrkGB8GrAVc0NvWvctIVeFncoBAJA6kL4Sc5ZkLFCb/s320/App+Run.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
This is how it looks when running on Emulator..&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEireroZpp4RPznDE-wF9hm0HU23zfmEg2TvhrJxBbL4DktcH5GBpXA4MAHvTC_Pc2TTviI9U91lhV2-GJK4hhoVIli3Yetx72MqYiXIfCJj00R1guxgcWyODAmHmBQFsnMBwqh2m-Hw9dW_/s1600/First+APP+running.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;302&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEireroZpp4RPznDE-wF9hm0HU23zfmEg2TvhrJxBbL4DktcH5GBpXA4MAHvTC_Pc2TTviI9U91lhV2-GJK4hhoVIli3Yetx72MqYiXIfCJj00R1guxgcWyODAmHmBQFsnMBwqh2m-Hw9dW_/s320/First+APP+running.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
In the next post, lets look at how to run the app we wrote in a real phone...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRjeM4CBN2ljYN7oPgawoHtDueypzqihVuoR0km4OmUa4D5S0LK942fD0ja9WdDWaCPXyRx73weqERFzbJHeYr-hUSDdCueeTL8ToDUB12kVlcskgwwmXmWu3mwrjrI9Vz0ZYkZe1G4K6I/s1600/Android+Emulator.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ol&gt;
&lt;/ol&gt;
</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/1238120234000447065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2013/02/running-hi-android-my-first-android-app.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1238120234000447065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1238120234000447065'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2013/02/running-hi-android-my-first-android-app.html' title='Running - &quot;Hi Android : My first Android app - 2nd Attempt'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1Yl4gtR_IaHEiHyAWWSviVEVnpiWu7Ug98TjgyTKy6aj4woVCmJ9Xfgvp_H5MEOBWS-CBIrmPgNgxvFY7I5cEaBjiiYj9OyX3lz0lfAVl9IyQ9B774Tt9V_9ajeJ8_P-JIPGkAofOhwRJ/s72-c/AVD+Icon.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-1835168919570164017</id><published>2013-02-12T10:27:00.001-08:00</published><updated>2013-02-12T20:24:09.577-08:00</updated><title type='text'>Upgrading, rooting and then installing custom ROM on Samsung Galaxy S1 Captivate</title><content type='html'>First of all, if you ever want to , follow these information and try root, upgrade and install custom ROM on your valuable smartphone AT YOUR OWN RISK. I m by no means&amp;nbsp; responsible for any damage that could cause to your phone.&lt;br /&gt;
&lt;br /&gt;
I bought this phone from USA&amp;nbsp; and it is designed to AT&amp;amp;T by Samsung. It was unlocked and was running with Android 2.1 ( Eclair ). Once I bring back to Sri Lanka powered it on and it was working fine until I charged it after which it was dead. Then I bough another phone and get it down here and replaced the motherboard. Then it worked.&amp;nbsp; It was like this initially.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXeYZ4cAi8XgvqwRv4bVuFVmvrIdhsOX1Xw5QAv42gYnyghkqn4WlOXosKZcc-nKwZ7KR_1IaXt6VOPmsqUsJkrtubMfvBNfabfFhKKljNXds-21Att1VfDtcY8_NuLP9ddgABN_6dEftm/s1600/captivate+shg-i897.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXeYZ4cAi8XgvqwRv4bVuFVmvrIdhsOX1Xw5QAv42gYnyghkqn4WlOXosKZcc-nKwZ7KR_1IaXt6VOPmsqUsJkrtubMfvBNfabfFhKKljNXds-21Att1VfDtcY8_NuLP9ddgABN_6dEftm/s1600/captivate+shg-i897.jpg&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
I wanted to upgrade it to Android 2.3 ( Gingerbread) , then root, then install the latest custom ROM.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
First I downladed Samsung Kias Mini and connected to the phone and checked the latest upgrade and it is Gingerbread of course. &lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxQMXaM3FMRlMLJLJkds1sdugZPsBmkTIZViCXd5aXjMEqwBfJUNjinvRwvkaALasolPGDc_vXfEtfwnMpI4B-G_zlAwmW4l5G2Rci-fkV61sYr9NBxL5bZCLY77RlDeGzWxQaLnkSFuUw/s1600/kies+mini.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxQMXaM3FMRlMLJLJkds1sdugZPsBmkTIZViCXd5aXjMEqwBfJUNjinvRwvkaALasolPGDc_vXfEtfwnMpI4B-G_zlAwmW4l5G2Rci-fkV61sYr9NBxL5bZCLY77RlDeGzWxQaLnkSFuUw/s1600/kies+mini.PNG&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
It is pretty easy and Kies Mini will just push the upgrade and finally restareting the phone will boot in to Ginger bread. Then first I needed to root this phone- for which I needed to download below files.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&amp;nbsp; &lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzaIFCpPKNE7BccukyDwiDHaBIhoLZyuaWUw1hDgKL3BQLOxLomD1dq8u_ApVvur0Ey-6xstallfpaz5P1PWRY-keN-AZEmHZr36C5BIOUehyXj4X2x-pQ7tzZfPaESdKHVAbw7ovS8Voj/s1600/downloaded+files.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzaIFCpPKNE7BccukyDwiDHaBIhoLZyuaWUw1hDgKL3BQLOxLomD1dq8u_ApVvur0Ey-6xstallfpaz5P1PWRY-keN-AZEmHZr36C5BIOUehyXj4X2x-pQ7tzZfPaESdKHVAbw7ovS8Voj/s1600/downloaded+files.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;This includes ,&lt;br /&gt;
1. Clock work mod recovery ( CWM)&lt;br /&gt;
2. Ordin&lt;br /&gt;
3. Corn Kernel&lt;br /&gt;
First connect install Odin and then connect the phone to USB cable and then press volume +/- signs together with power on/off button. The phone will force on to download mode and the communication port will be identified by Odin.Then Select corn-kernel ...tar file and flash it to the phone and install CWM recovery.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghl07IOZobIk4f699ojSY7XMuUzFSPksPnCbnv6pghjBTSNzoANIG65GFqlZcUb9Ep9g_b5ElvdmoyGNChhMjSk7DmA7ZZnom5incM8JtGYFYttMZiZ7ZY29NWYZCzP2H5dHvweunt6I3d/s1600/ordin.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;230&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghl07IOZobIk4f699ojSY7XMuUzFSPksPnCbnv6pghjBTSNzoANIG65GFqlZcUb9Ep9g_b5ElvdmoyGNChhMjSk7DmA7ZZnom5incM8JtGYFYttMZiZ7ZY29NWYZCzP2H5dHvweunt6I3d/s320/ordin.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdt5yXt8u6_W-1_MjFGlXC5e13aVcJ7hmavQWoJc95I6LTZYWZi7-Q_Y0JBATuBWqg3OJtBuMB5fUASQTK7KNYLNJ_w12Ue__uWE3GV1X6CfwO2ySNnj1whMY2dqlf3so2Mxisk54BAd5_/s1600/cwm+recovery+loading.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdt5yXt8u6_W-1_MjFGlXC5e13aVcJ7hmavQWoJc95I6LTZYWZi7-Q_Y0JBATuBWqg3OJtBuMB5fUASQTK7KNYLNJ_w12Ue__uWE3GV1X6CfwO2ySNnj1whMY2dqlf3so2Mxisk54BAd5_/s320/cwm+recovery+loading.jpg&quot; width=&quot;240&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Once it is done, the phone is rooted and CWM is installed. Then I found a custom ROM that suites to the phone. It was based on Jelly Bean 4.1.2 and one smart Engineer has tweaked the code to match to captivate. First this is how the CWM screen looks like.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE72bGQXQF_Tl5ctab6Pmh479pmaeJ8pVP9eNHzQpdJHz3EJwIxvj1yrR3dJvyVq2VUMQfvxnMKDeheG_jJyvHyXYBRWdypDjL64MISLpDx9HCVC1c-BbXny02WFbCZW9t0AWzpaxVLdb-/s1600/cwm+recovery.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE72bGQXQF_Tl5ctab6Pmh479pmaeJ8pVP9eNHzQpdJHz3EJwIxvj1yrR3dJvyVq2VUMQfvxnMKDeheG_jJyvHyXYBRWdypDjL64MISLpDx9HCVC1c-BbXny02WFbCZW9t0AWzpaxVLdb-/s320/cwm+recovery.jpg&quot; width=&quot;240&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
This is ROM I downloaded .&amp;nbsp; &lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2wtKsJTgHqYCJU6wyeewJzWWy9uJFWO7GnzyBSz-BYbJ10Ldf5fWn7W5lohAvFmQ_5Ip02Z0V3WEUH9oUjjXRCgJU3hyphenhyphenavXp6ZTKPsYynnNngz5MzL7gPTvjQaMmubzW1MVQcMuYf3RbI/s1600/lanlight+custom+rom.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;237&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2wtKsJTgHqYCJU6wyeewJzWWy9uJFWO7GnzyBSz-BYbJ10Ldf5fWn7W5lohAvFmQ_5Ip02Z0V3WEUH9oUjjXRCgJU3hyphenhyphenavXp6ZTKPsYynnNngz5MzL7gPTvjQaMmubzW1MVQcMuYf3RbI/s320/lanlight+custom+rom.jpg&quot; width=&quot;320&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&amp;nbsp;Then I put this ROM file in to SD card and then select the option &quot;Install ZIP file from SD card&quot;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLAogTQPWKCGnRRHbjGZ1Gc6OhNv4aqhnDQSA229TkAJOvEbdTynSNPWkph9XnVdn68kRLLKtDH16FtB8YFO5uRiYdSTD-VhHzExUXgRx45gWLrKvXkjXkwbX1pTmELFoiT2MsE7vDpixb/s1600/Lanlight+Custom+ROM1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLAogTQPWKCGnRRHbjGZ1Gc6OhNv4aqhnDQSA229TkAJOvEbdTynSNPWkph9XnVdn68kRLLKtDH16FtB8YFO5uRiYdSTD-VhHzExUXgRx45gWLrKvXkjXkwbX1pTmELFoiT2MsE7vDpixb/s320/Lanlight+Custom+ROM1.jpg&quot; width=&quot;240&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Once it is done , installing the custom ROM started. This process is critical, and need lot of care. &lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-PO52B6JF7nrgKtwXKART4ZZm1lId3IdaEZZ2u_8N1Xog1vNH1lpBfTAWFiXIQ467pwq9F2VFOtfObAGJalNku3l-aFXttBka3O_LSDxJjMon9DyUY-agStUwtvsfST-7VQaadzZI96P4/s1600/Lan+light+custom+rom2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-PO52B6JF7nrgKtwXKART4ZZm1lId3IdaEZZ2u_8N1Xog1vNH1lpBfTAWFiXIQ467pwq9F2VFOtfObAGJalNku3l-aFXttBka3O_LSDxJjMon9DyUY-agStUwtvsfST-7VQaadzZI96P4/s320/Lan+light+custom+rom2.jpg&quot; width=&quot;239&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&amp;nbsp;Once done the phone running with nice looking efficient and fast Jelly Bean custom version.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCRBYjcPZl1bj__Qmxfb4v_ua-3_MFdnnjb69V6iZ2m_cbvRG-sSVzp6EG1Eii885GcZTjokAHo6Vy6Y_JL5ojW90BOpo7U0aCnfx9Uv-8xueGkXBZTkVR-74oLbi-gCawTmdsAdf7KziJ/s1600/jelly+bean+custom+rom+home.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCRBYjcPZl1bj__Qmxfb4v_ua-3_MFdnnjb69V6iZ2m_cbvRG-sSVzp6EG1Eii885GcZTjokAHo6Vy6Y_JL5ojW90BOpo7U0aCnfx9Uv-8xueGkXBZTkVR-74oLbi-gCawTmdsAdf7KziJ/s320/jelly+bean+custom+rom+home.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRC7QbxHAVx3o4utmV3Gpct0iX7GEORKSD8Bt1zy-p2tdq6NTMcdpZRgnjHk8tUxCqOYebhUlKqM7TePJjX_oNdpZzVabbqHAVEJEItxm_sKZat2z2YWxCqCrCI1we3sb9WQtrfhg78WEC/s1600/jelly+bean+custom+rom+wedgets.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRC7QbxHAVx3o4utmV3Gpct0iX7GEORKSD8Bt1zy-p2tdq6NTMcdpZRgnjHk8tUxCqOYebhUlKqM7TePJjX_oNdpZzVabbqHAVEJEItxm_sKZat2z2YWxCqCrCI1we3sb9WQtrfhg78WEC/s320/jelly+bean+custom+rom+wedgets.jpg&quot; width=&quot;239&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyU4GnmhJte4PrVm1mHeFe2Uu1y6tWPePEHjp93qUaIPvljY2-4S5LCyHewt1EXEtbksYHK6MZfBb1q23z1zkVgdmsUD6vedXWP8sCejy3DkHAiOPX7LhOiuSmaF9pFabPbEmTwUEiGz-J/s1600/version+info.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyU4GnmhJte4PrVm1mHeFe2Uu1y6tWPePEHjp93qUaIPvljY2-4S5LCyHewt1EXEtbksYHK6MZfBb1q23z1zkVgdmsUD6vedXWP8sCejy3DkHAiOPX7LhOiuSmaF9pFabPbEmTwUEiGz-J/s320/version+info.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Keep in mind that if you ever want to do this to your phone , serch for what are the tools and roms and recovery tools more sucessful to your phone model, read a lot who has done and see if there are problems. If you are sure enough, then experiment. There is always a chance that your phone could become a &quot;brick &quot;. A brick can be recovered also ( in many cases say 80% of times as I knew from reading) , but if you are so unfortunate, there is a probability that it would actually become a brick.&lt;br /&gt;
Thanks for Reading..&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/1835168919570164017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2013/02/upgrading-rooting-and-then-installing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1835168919570164017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1835168919570164017'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2013/02/upgrading-rooting-and-then-installing.html' title='Upgrading, rooting and then installing custom ROM on Samsung Galaxy S1 Captivate'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXeYZ4cAi8XgvqwRv4bVuFVmvrIdhsOX1Xw5QAv42gYnyghkqn4WlOXosKZcc-nKwZ7KR_1IaXt6VOPmsqUsJkrtubMfvBNfabfFhKKljNXds-21Att1VfDtcY8_NuLP9ddgABN_6dEftm/s72-c/captivate+shg-i897.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-2747890561466175826</id><published>2012-08-24T11:51:00.001-07:00</published><updated>2012-08-24T11:51:36.776-07:00</updated><title type='text'>Running - &quot;Hi Android : My first Android app</title><content type='html'>&amp;nbsp;I m using this page to help myself to run &quot; Hi Android&quot; my first app. The tutorial I used is &lt;br /&gt;
&lt;a href=&quot;http://developer.android.com/training/basics/firstapp/running-app.html&quot;&gt;http://developer.android.com/training/basics/firstapp/running-app.html&lt;/a&gt;&lt;br /&gt;
Please refer it for more detail.&lt;br /&gt;
&lt;br /&gt;
The tutorial says that I will have all required source files available to immediately run the App.&lt;br /&gt;
Lets see...&lt;br /&gt;
&lt;br /&gt;
It says , The app can run on,&lt;br /&gt;
&lt;br /&gt;
1. Real mobile device ( a phone , tab )&lt;br /&gt;
2. On Android emulator&lt;br /&gt;
&lt;br /&gt;
Let&#39;s see the files that are stored in this simple project ( these information are also from above tutorial).&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYr5KLm7YAqdueKVYgjpRwZ7v86epnY7LHF8wUloORkSg09kWR3R23NzmrOyo2uDsf7JBoC_xQjckDbwVBzfSFze4YpwYy-3KRV0ErFkGv6TIf0XLWpO653mCggwnWbWpAOpqGCmP5yPh6/s1600/Directories+and+files+in+Android+project.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYr5KLm7YAqdueKVYgjpRwZ7v86epnY7LHF8wUloORkSg09kWR3R23NzmrOyo2uDsf7JBoC_xQjckDbwVBzfSFze4YpwYy-3KRV0ErFkGv6TIf0XLWpO653mCggwnWbWpAOpqGCmP5yPh6/s400/Directories+and+files+in+Android+project.PNG&quot; width=&quot;246&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;src&lt;/span&gt;/ :Directory of Apps main source file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;res&lt;/span&gt;/: This folder has sub folders of App&#39;s resources.&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;drawable-hdpi&lt;/span&gt;/: Directory for drawable objects designed for high density screens&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;layout/:&lt;/span&gt; files that defines the user interface&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;values/&lt;/span&gt;: Folder for other xml files that contains information such as string and color definitions&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: yellow;&quot;&gt;AndoridManifest.xml :&lt;/span&gt; This file defines the fundamental characteristics of the App and its&amp;nbsp; components.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is said following happens when the App is run:&lt;br /&gt;
&lt;br /&gt;
When you build and run the default Android app, the default &lt;code&gt;&lt;a href=&quot;http://developer.android.com/reference/android/app/Activity.html&quot;&gt;Activity&lt;/a&gt;&lt;/code&gt;
class starts and loads a layout file
that says &quot;Hello World.&quot; &quot;.&lt;br /&gt;
&lt;br /&gt;
So I change that text from &quot;Hello World&quot; to &quot;Hi Android&quot; coz my App says &quot;Hi Android&quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR1gkRfRbPo7GNuJ7j3dYT4P-MXVqopdwUPMopWzxr00Vy-0Bmxjn8NmQwmk8yPaFA4IbNdF0jmZYJ0rTR-GNSVdktl5XuDtq2mD2yYSsAfoDKkWpwqNakHvjpjmNeRBW2atMtYIhv1tVa/s1600/Android+Layout+file.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;128&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiR1gkRfRbPo7GNuJ7j3dYT4P-MXVqopdwUPMopWzxr00Vy-0Bmxjn8NmQwmk8yPaFA4IbNdF0jmZYJ0rTR-GNSVdktl5XuDtq2mD2yYSsAfoDKkWpwqNakHvjpjmNeRBW2atMtYIhv1tVa/s400/Android+Layout+file.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
I need to change it below ( I think).&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsLT65fddPOs-68pPhbM8nYCduiBNLgJ2ZsIXK3fwhZoXn-7Te5nCGJdUu7sP30eapZx4S1JdToPk1TYjzqE_6DphBrpaF1Z7DJz14tVovU3Sc57GBO8k9YSzH2NYx-PyEdoSibBzGKy8x/s1600/String+XML+file.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;137&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsLT65fddPOs-68pPhbM8nYCduiBNLgJ2ZsIXK3fwhZoXn-7Te5nCGJdUu7sP30eapZx4S1JdToPk1TYjzqE_6DphBrpaF1Z7DJz14tVovU3Sc57GBO8k9YSzH2NYx-PyEdoSibBzGKy8x/s320/String+XML+file.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Now, I next thing is to run the App....&lt;br /&gt;First , running on Eclipse&lt;br /&gt;
I just have to press&lt;br /&gt;
&lt;br /&gt;
on the tool bar...&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMq7lw7O0NM2B9i5ADBCYCWfvRy4VdviGSsru3F-PGpvJFSWRoJ7QB9w3fn9lt2gKl4nOlR92iURtVFUUJwYaREGY8nVLjjNoZPhI8b9xS6Y3kfvIfbtAdH-0IUcGK4_D9lsDmTpNGvW7V/s1600/Run+button+on+eclipse.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;47&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMq7lw7O0NM2B9i5ADBCYCWfvRy4VdviGSsru3F-PGpvJFSWRoJ7QB9w3fn9lt2gKl4nOlR92iURtVFUUJwYaREGY8nVLjjNoZPhI8b9xS6Y3kfvIfbtAdH-0IUcGK4_D9lsDmTpNGvW7V/s320/Run+button+on+eclipse.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Now , click it..........................................&lt;br /&gt;
ERROR... :( as expected....&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjePyNa9LMbZDq_XG5LRtnva3LPYU1QUazpSodLYfqJ4n-eOy6WrVivXcEYI4HiSTYtorQsyk_gswFE5Fdd0Yc9JliBDKEHx0NDpar8H-6expeAXelahGLy4R5sVIO32MgauOkKEL4ZEms8/s1600/Android+Error+1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;97&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjePyNa9LMbZDq_XG5LRtnva3LPYU1QUazpSodLYfqJ4n-eOy6WrVivXcEYI4HiSTYtorQsyk_gswFE5Fdd0Yc9JliBDKEHx0NDpar8H-6expeAXelahGLy4R5sVIO32MgauOkKEL4ZEms8/s320/Android+Error+1.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
I m going to investigate more on this and will write it in next post.....&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/2747890561466175826/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2012/08/running-hi-android-my-first-android-app.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/2747890561466175826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/2747890561466175826'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2012/08/running-hi-android-my-first-android-app.html' title='Running - &quot;Hi Android : My first Android app'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYr5KLm7YAqdueKVYgjpRwZ7v86epnY7LHF8wUloORkSg09kWR3R23NzmrOyo2uDsf7JBoC_xQjckDbwVBzfSFze4YpwYy-3KRV0ErFkGv6TIf0XLWpO653mCggwnWbWpAOpqGCmP5yPh6/s72-c/Directories+and+files+in+Android+project.PNG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-4611204981583114928</id><published>2012-08-19T03:56:00.004-07:00</published><updated>2012-08-19T10:39:09.156-07:00</updated><title type='text'>&quot;Hi Android&quot;-my first Android app</title><content type='html'>Now I installed everything that say it is needed to develop Android apps (hopefully). Now I m going to create my first &quot;Android App&quot;. :). What it would do? It will just write text,&lt;br /&gt;
&lt;br /&gt;
&quot;Hi Android&quot;&lt;br /&gt;
&lt;br /&gt;
in an Android phone display.Where to start.I will use following tutorial to help myself in doing so.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://developer.android.com/training/index.html&quot; target=&quot;_blank&quot;&gt;http://developer.android.com/training/index.html&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9dvgJFub7qj3WaVL2PQju11P5hwgP0Nxcv-m41m5APxebk4TDssXEhAjRpozCVJd34dVTeeCFgFfKvMhKQqlnFKeMhviNltk9-akgKD_F8LClgVDRWpRzeF3CNTU3XdPXFHLwdsOkU0VI/s1600/Android+Training.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;92&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9dvgJFub7qj3WaVL2PQju11P5hwgP0Nxcv-m41m5APxebk4TDssXEhAjRpozCVJd34dVTeeCFgFfKvMhKQqlnFKeMhviNltk9-akgKD_F8LClgVDRWpRzeF3CNTU3XdPXFHLwdsOkU0VI/s400/Android+Training.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;I don&#39;t ve programming language experience what so ever but&amp;nbsp; I know some basics. Let&#39;s see how it goes..&lt;br /&gt;
&lt;br /&gt;
First I need to create a project with Eclipse.(All what I do below is with the help of&amp;nbsp;&lt;a href=&quot;http://developer.android.com/training/basics/firstapp/creating-project.html&quot; target=&quot;_blank&quot;&gt;http://developer.android.com/training/basics/firstapp/creating-project.html&lt;/a&gt; please use it for more information).&lt;br /&gt;
&lt;br /&gt;
1. Opened Eclipse&lt;br /&gt;
2.Clicked new Android app project. See below,&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYAA6sdjckGr7wN8hN8S4DkAPqsh9aN3YqVdRvF1NMu_aKtsT21u1Jlin4Jm9Od-pTkKe7i27wJ28tGDCwVAYfMxAWDofFVkLF6lcU4mbRNAkPr9clZ0Osnc3UWlixaO47fAT8ZKiETcBB/s1600/Eclipse+New+Project+Icon.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;124&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYAA6sdjckGr7wN8hN8S4DkAPqsh9aN3YqVdRvF1NMu_aKtsT21u1Jlin4Jm9Od-pTkKe7i27wJ28tGDCwVAYfMxAWDofFVkLF6lcU4mbRNAkPr9clZ0Osnc3UWlixaO47fAT8ZKiETcBB/s320/Eclipse+New+Project+Icon.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
3. This opened below dialog. Since I want to get this up and running I m not dare to change any defaults. So, I keep them as it is and enter &quot;App name&quot; and &quot; Project name&quot; as in the example. &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2od3MkTYaj8LUViD7Xv_Xki3K7MC1VDbQ0gUFIccgHtjqBRIbPZTJznTYjOySBJhxgduN63sDOKt2pGjdVkHhyGyXXhqtr08PqnXu0f0o_w5gAeTmhKiqfYtWcbN7RdSwtkmRf9jW4ri0/s1600/Creating+New+Android+App+Wizard+1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;260&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2od3MkTYaj8LUViD7Xv_Xki3K7MC1VDbQ0gUFIccgHtjqBRIbPZTJznTYjOySBJhxgduN63sDOKt2pGjdVkHhyGyXXhqtr08PqnXu0f0o_w5gAeTmhKiqfYtWcbN7RdSwtkmRf9jW4ri0/s320/Creating+New+Android+App+Wizard+1.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Here, Application name is the App name to the users, where as project name is the name visible in Eclipse and it is the project directory name.I do not know what is the purpose of package name(if there is anyone - then please explain me&amp;nbsp; :) ). Build SDK is the flat form Android version on which this program is built. Google says it better to be the latest so that my application can use all the latest features that latest android SDK offers.Minimum required SDK is lowest Android version that my application will support. So, this means the app I create with this settings will run on Android 2.2 Fro-yo with its minimum features while it runs on its full features on Android 4.1 Jelly bean.&lt;br /&gt;
I used above selections then press next to go to next step in the wizard. That step is called &quot; Configure Launcher Icon&quot;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifY7Qpknmwf9fNo5IDXKyBgM5hCeaJZC-Q-dqP3nKJX7-5i3tBcHKZ8cELDavvg-QJC2UYO1JY9B8qZJnv-MSuYbnx5WY1SU_Kso4W7W7uAXfCCTmORr3VU4a_kqmB1nyzj0DRqSO7NG4J/s1600/Configure+launcher+icon.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;297&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifY7Qpknmwf9fNo5IDXKyBgM5hCeaJZC-Q-dqP3nKJX7-5i3tBcHKZ8cELDavvg-QJC2UYO1JY9B8qZJnv-MSuYbnx5WY1SU_Kso4W7W7uAXfCCTmORr3VU4a_kqmB1nyzj0DRqSO7NG4J/s320/Configure+launcher+icon.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;I think this icon is the one which will be used as App icon. So I accept default&amp;nbsp; settings and move forward with &quot;Next&quot;,The next step is , &quot;Create Activity&quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_bf6VbF_DUFqrKyK72NE8qztmhRigfwB1dL8emHI4w1KZ3G1oeInZQr8MZX6jvyE9rhU3kMesmve_hLqzTUPd1v1uwVSAjNe3-T0FP28gNqrqxHzTfy15PdhdqMOEd-CNeZR6G355alvU/s1600/Activity.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;296&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_bf6VbF_DUFqrKyK72NE8qztmhRigfwB1dL8emHI4w1KZ3G1oeInZQr8MZX6jvyE9rhU3kMesmve_hLqzTUPd1v1uwVSAjNe3-T0FP28gNqrqxHzTfy15PdhdqMOEd-CNeZR6G355alvU/s320/Activity.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
what is activity, according to Google it is,&quot;activity template from which to begin building your app&quot;.I don&#39;t get much idea of it. As advised , I select blank Activity. It seems like this gives basic structure of the App. Once I press &quot;Next&quot; , the next of of the wizard is for &quot; New Blank Activity&quot; Naming and settings. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1wq_r0L-OJbI1C70tTx8BywR3aOkNExAzpG5KOpMjuDoojK6LGxUEjHNmpX25Uupbi98EzyO2XKq4CzE-at01YofLw5tl3Dv5AUnQIJT92QsGPxZYXT-oLxpriQDRtiPA2LxeXYloDQfO/s1600/New+Blank+Activity.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;297&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1wq_r0L-OJbI1C70tTx8BywR3aOkNExAzpG5KOpMjuDoojK6LGxUEjHNmpX25Uupbi98EzyO2XKq4CzE-at01YofLw5tl3Dv5AUnQIJT92QsGPxZYXT-oLxpriQDRtiPA2LxeXYloDQfO/s320/New+Blank+Activity.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
As advised , I accept the defaults and press &quot;Next&quot;, in next step I m asked to install Android support library.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQXdkI6tOagLXRDng_hCcQrbKqPDr5q6V5SBIAF2HLTw9VsnWU9Myw1OYuwvv5RcuLHY2wrvqApTNvCqsW8QZ2FaNhVIhz_IEO4CKf_wPw9e96ZM6BR7UZcgIsgYM3G_NVLBazlex_HfK3/s1600/Install+Dependancies.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;296&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQXdkI6tOagLXRDng_hCcQrbKqPDr5q6V5SBIAF2HLTw9VsnWU9Myw1OYuwvv5RcuLHY2wrvqApTNvCqsW8QZ2FaNhVIhz_IEO4CKf_wPw9e96ZM6BR7UZcgIsgYM3G_NVLBazlex_HfK3/s320/Install+Dependancies.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
I click &quot;Install/Upgrade&quot; button.Required files are then downloaded.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhixhRfBwQKnsttUNTlKY2v7aF46E8u1tnsknJ1k2j-89dd1XY7HMoZ3fqA7xdfGQP8ZKfwdux7NmOBJjfrAKoOohz8NMVb-L142tVZx-gPCMxxhL0lGnHwlBTs-9u3XXFLb-iWg0W-0T2K/s1600/Installing+Android+Dependencies.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;190&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhixhRfBwQKnsttUNTlKY2v7aF46E8u1tnsknJ1k2j-89dd1XY7HMoZ3fqA7xdfGQP8ZKfwdux7NmOBJjfrAKoOohz8NMVb-L142tVZx-gPCMxxhL0lGnHwlBTs-9u3XXFLb-iWg0W-0T2K/s320/Installing+Android+Dependencies.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Once, downloaded , the packages that are downloaded need to be installed. Automatically a screen pop up after the down load to accept agreement. Once Accepted , packages are installed. Once that is finished, the finish button appears in the &quot;Install Dependencies&quot; step. Once I press finished, Eclipse set me up the project which looks complex but interesting ( of which I don&#39;t understand many ).&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha3HZuV6JIoGF5VX4ukoAjIEddn1fCXeUqrxk5474DQFZK2dmwpBQ1obiGwjnKv-aTQ4yIQuZckizpSRjqBIDaWlqs28tSRgww5mGKkAhRi-3NltxDgWPKlYafvBu5IFdOorORBCFn1jz8/s1600/eclipse+with+project+open.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;201&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha3HZuV6JIoGF5VX4ukoAjIEddn1fCXeUqrxk5474DQFZK2dmwpBQ1obiGwjnKv-aTQ4yIQuZckizpSRjqBIDaWlqs28tSRgww5mGKkAhRi-3NltxDgWPKlYafvBu5IFdOorORBCFn1jz8/s400/eclipse+with+project+open.PNG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Google says , this has required source codes, so I can straight away run it. I ll update about it on next post. If any one of you reading there, pls give your feedback, corrections or questions.</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/4611204981583114928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2012/08/hi-android-started-my-first-android-app.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/4611204981583114928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/4611204981583114928'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2012/08/hi-android-started-my-first-android-app.html' title='&quot;Hi Android&quot;-my first Android app'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9dvgJFub7qj3WaVL2PQju11P5hwgP0Nxcv-m41m5APxebk4TDssXEhAjRpozCVJd34dVTeeCFgFfKvMhKQqlnFKeMhviNltk9-akgKD_F8LClgVDRWpRzeF3CNTU3XdPXFHLwdsOkU0VI/s72-c/Android+Training.PNG" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-1831827207889573562</id><published>2012-08-01T10:31:00.003-07:00</published><updated>2012-08-01T10:31:46.636-07:00</updated><title type='text'>Setting Up for Android Devolopment - 4</title><content type='html'>&lt;h3&gt;
Step 4: Installing Android SDK&lt;/h3&gt;
This is what it says in &lt;a href=&quot;http://developer.android.com/sdk/index.html&quot;&gt;http://developer.android.com/sdk/index.html&lt;/a&gt;. &quot;The Android SDK(Software Development Kit) provides you the API libraries and developer tools necessary to build, test, and debug apps for Android&quot;.&lt;br /&gt;
&lt;br /&gt;
As I said in the previous post, once ADT installation is finished , Eclipse prompted me to download Android SDK.That was easy since it automatically come up and do everything. But I think it can be downloaded and connected to Eclipse also using above link.&lt;br /&gt;
&lt;br /&gt;
What I got after ADT installation is following. I selected to install latest SDK and set up the target location.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUaZx1l-hmjM9MWLf398JrPoSioy4PW-XQT_ufwpYrBdonoqglrIlFJyMuelXVFm699zBVq5XBVUkKt7OrSi-EKOzH3IJEoDE40qevQYs-qyuc_0A8btv6r8uUcTPatVDWx-Kexec_rB8H/s1600/installing+SDK.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUaZx1l-hmjM9MWLf398JrPoSioy4PW-XQT_ufwpYrBdonoqglrIlFJyMuelXVFm699zBVq5XBVUkKt7OrSi-EKOzH3IJEoDE40qevQYs-qyuc_0A8btv6r8uUcTPatVDWx-Kexec_rB8H/s320/installing+SDK.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
If SDK is spearately installed I think I ve to use Use exisitng SDK .&lt;br /&gt;
In next step I got following.Here Google asked whether I m ok if they collect some usage statistics.I selected no for the time being. But I think there is no risk even if I allowed.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyOnqulOeH5q6FBE9NCuWBrEicv4JUu9JO7lZhhYq5CE_09NWFJVKnMFZzrWBgbwkDFa66c_pcN-IJsA1BmVvo0a7u75A9N1oO42vGVrzEvC20Sx4V6Jo7O6stE8iuoLgRe681IkwIuIin/s1600/configure+useage+statistics.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;241&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyOnqulOeH5q6FBE9NCuWBrEicv4JUu9JO7lZhhYq5CE_09NWFJVKnMFZzrWBgbwkDFa66c_pcN-IJsA1BmVvo0a7u75A9N1oO42vGVrzEvC20Sx4V6Jo7O6stE8iuoLgRe681IkwIuIin/s320/configure+useage+statistics.PNG&quot; width=&quot;320&quot; /&gt;&amp;nbsp;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
In next dialog ,&amp;nbsp; I accepted the licence and agreement and press Install to install the SDK. &lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjU1ZBSt1DuDC1Cb2nVEpJ9LT9i1jbJ1b5a32m1K9Fn5MREdcgXUXHzFcgkjCJHbsY-j-ZsJ8GFkHhtaInwjvKjAhJUdx3h7W8ifc95aR5or-HqzuuYrzSIZX38FVE0dvvgq47aqpzOB-ut/s1600/chose+sdk+packages+to+install.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;162&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjU1ZBSt1DuDC1Cb2nVEpJ9LT9i1jbJ1b5a32m1K9Fn5MREdcgXUXHzFcgkjCJHbsY-j-ZsJ8GFkHhtaInwjvKjAhJUdx3h7W8ifc95aR5or-HqzuuYrzSIZX38FVE0dvvgq47aqpzOB-ut/s320/chose+sdk+packages+to+install.PNG&quot; width=&quot;320&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&amp;nbsp;Then installation started with a progress bar and Eclipse showing what being installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidgIRnMUL37GiHjG5X_K1C3VIQUuaS9RXj9TN2mkPls2gkrLoiCCZzNFHJQoaz2slhWvbQWeATI6-sM7BgzttY43L3Q6QIBjEPI3t3Q7joU-xQWXB1Bb9Q_7eZECsWl5MRcVs4yFwDtWpf/s1600/installing+SDK+packages+online.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidgIRnMUL37GiHjG5X_K1C3VIQUuaS9RXj9TN2mkPls2gkrLoiCCZzNFHJQoaz2slhWvbQWeATI6-sM7BgzttY43L3Q6QIBjEPI3t3Q7joU-xQWXB1Bb9Q_7eZECsWl5MRcVs4yFwDtWpf/s320/installing+SDK+packages+online.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;Once this is finished, there is a new menu item in Eclipse, &quot;Android SDK Manager &quot;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4y7KMFxjVnbd5y-wKDuVoOn8kURd1_B3IyzsGoSER9VpYnVNvjp5cHQqDv6tlhdVUV3JzlSW-GR3bAxzwG4miRirDNk1apH4Lw0_gyhKtm8ocvRfDZb7PDiwk_HFbVVMYv0z_A48ab-LZ/s1600/sdk.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;191&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4y7KMFxjVnbd5y-wKDuVoOn8kURd1_B3IyzsGoSER9VpYnVNvjp5cHQqDv6tlhdVUV3JzlSW-GR3bAxzwG4miRirDNk1apH4Lw0_gyhKtm8ocvRfDZb7PDiwk_HFbVVMYv0z_A48ab-LZ/s320/sdk.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Once this it is opened , I can see all installed component, what more available to install and for what component updates are available. &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb7Y7xUdFRuCIWcOiOy7chamdiV9naD8aZu2t_98mxWns5O_TSFY1ksUFvcnuDVMA-TQG9SadlG7Jk8F5bSak8OdK4I8FiZPpXenZG7yLksvhYFcgUU61-yRNX3BW-QHg9gmn5_cYsqEcn/s1600/sdk+manager+finished.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;230&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb7Y7xUdFRuCIWcOiOy7chamdiV9naD8aZu2t_98mxWns5O_TSFY1ksUFvcnuDVMA-TQG9SadlG7Jk8F5bSak8OdK4I8FiZPpXenZG7yLksvhYFcgUU61-yRNX3BW-QHg9gmn5_cYsqEcn/s320/sdk+manager+finished.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Each time I start SDK Manager, it seems to be checking for updates online.&lt;br /&gt;
&lt;br /&gt;
So I think everything in place now. What next? That is to right my first Android program &quot;Hi Android&quot;. That is in next post.</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/1831827207889573562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2012/08/setting-up-for-android-devolopment-4.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1831827207889573562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1831827207889573562'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2012/08/setting-up-for-android-devolopment-4.html' title='Setting Up for Android Devolopment - 4'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUaZx1l-hmjM9MWLf398JrPoSioy4PW-XQT_ufwpYrBdonoqglrIlFJyMuelXVFm699zBVq5XBVUkKt7OrSi-EKOzH3IJEoDE40qevQYs-qyuc_0A8btv6r8uUcTPatVDWx-Kexec_rB8H/s72-c/installing+SDK.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-5837793148279284600</id><published>2012-07-31T10:41:00.002-07:00</published><updated>2012-08-01T09:57:28.643-07:00</updated><title type='text'>Setting Up for Android Devolopment - 3</title><content type='html'>&lt;h3&gt;
Step 3: Installing ADT&lt;/h3&gt;
ADT stands for &quot;Android Development Tools&quot;. It is the plug-in designed to make Eclipse the most powerful Android App development environment. By Installing ADT, Eclipse is enabled and empowered to develop Android app of any sort.&lt;br /&gt;
&lt;br /&gt;
To get more details , read : &lt;a href=&quot;http://developer.android.com/sdk/installing/installing-adt.html&quot;&gt;http://developer.android.com/sdk/installing/installing-adt.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Ok, I m going to do it now...&lt;br /&gt;
I start Eclipse, and go to &lt;i&gt;help&amp;gt;install new software&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUzywUTZYv9igfnFQQrdvROOMiYcW6fkFoHZ1p6VclQ6Wy1owJLHgO0F-KaUi4fuEcaZ-DlHi89H20S_WmbjWAOSvPMEZRVCX0wqOP27uiaur9Qk6dhTTilKoUGGR1JDU0arJjprBKPNh6/s1600/adt-1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;172&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUzywUTZYv9igfnFQQrdvROOMiYcW6fkFoHZ1p6VclQ6Wy1owJLHgO0F-KaUi4fuEcaZ-DlHi89H20S_WmbjWAOSvPMEZRVCX0wqOP27uiaur9Qk6dhTTilKoUGGR1JDU0arJjprBKPNh6/s400/adt-1.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Then , I get a dialog like below, I click &lt;i&gt;add &lt;/i&gt;button.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihyphenhyphenroWpDUqJiVkL9GLuGTQ3wIZqql5lr5Zqux6vuRJdoE7UCIKxxuDS3-dhxxdVfk8VAuAVCAHSEmZ4ok2QJ_E_oqRw_-3lIJxpCmk0vqYViGXU8Tbbh2vTYZ37qu3cd5GZiu3x2uNVwfF/s1600/add.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;297&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihyphenhyphenroWpDUqJiVkL9GLuGTQ3wIZqql5lr5Zqux6vuRJdoE7UCIKxxuDS3-dhxxdVfk8VAuAVCAHSEmZ4ok2QJ_E_oqRw_-3lIJxpCmk0vqYViGXU8Tbbh2vTYZ37qu3cd5GZiu3x2uNVwfF/s320/add.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
In add repository dialog that appears , I add following.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEje4rIDo1RcTeesRxA1Ug4poROVIpQTSHG-lGyd6tmTs6NQnSF9Fr4fLjoZhYlivQZCXRlzcIrMqhr6uVV06xwLK0Jbtx51QVG8yPNKhywNYimbrHbI9IQuvhGBAEammoGc-Cpreru6DK4T/s1600/add+rep.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;131&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEje4rIDo1RcTeesRxA1Ug4poROVIpQTSHG-lGyd6tmTs6NQnSF9Fr4fLjoZhYlivQZCXRlzcIrMqhr6uVV06xwLK0Jbtx51QVG8yPNKhywNYimbrHbI9IQuvhGBAEammoGc-Cpreru6DK4T/s320/add+rep.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Then press &quot;OK&quot;.&lt;br /&gt;
&lt;br /&gt;
you will get 2 &quot;Available Software&quot;s. Developer tools are the one I need for the moment. NDK as I know stands for &quot;Native Development Kit&quot; which allow developers to include C++ code in to Android program code which I don&#39;t need (may be fore ever :) )&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBrF0J_cG9mvkJ06RxhMvZEjVsLfesWJVCVVR4hOM874Fat0B4gomc2oVwe8bch_voewQ0iGEdEycmL6GGbwhGNpU1W8DZNQqsBz6LemsfnkQvEJcv6JVoL-zigOe3qt5TjCpD-iBJVYR7/s1600/available+software.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;308&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBrF0J_cG9mvkJ06RxhMvZEjVsLfesWJVCVVR4hOM874Fat0B4gomc2oVwe8bch_voewQ0iGEdEycmL6GGbwhGNpU1W8DZNQqsBz6LemsfnkQvEJcv6JVoL-zigOe3qt5TjCpD-iBJVYR7/s320/available+software.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
When I press next , the wizard shows the list of tools that will be downloaded.Press next,&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfPgsxLNY1lFW-5Mm_Q4Hk9QN-PjskZpPM1RB77iLEyBlmPFsyxJiWY6jiQ_-i2GIP0OhCQfsR3x1Lti7dsiFHILYCfSmkOo3k_Gg4j3d0kd4inthUd_gkVCmFzDLs6mrE-RaukzNooUao/s1600/tools.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;210&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfPgsxLNY1lFW-5Mm_Q4Hk9QN-PjskZpPM1RB77iLEyBlmPFsyxJiWY6jiQ_-i2GIP0OhCQfsR3x1Lti7dsiFHILYCfSmkOo3k_Gg4j3d0kd4inthUd_gkVCmFzDLs6mrE-RaukzNooUao/s320/tools.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Then accept the agreement and click finish.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8ChVlJz4QH2Nwl9JVyNtiLqq3RUxRVYtMIYfvekU_ObOvYdRcmxhBCqtvhMDuApUhNQtqCwzRKjvgG1MDGs1y_CMKaIPUTUqWGCxmjXVbqXHns2vwJIl_nnFMIuMefvznUZTY_7B0MQMv/s1600/finish.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;212&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8ChVlJz4QH2Nwl9JVyNtiLqq3RUxRVYtMIYfvekU_ObOvYdRcmxhBCqtvhMDuApUhNQtqCwzRKjvgG1MDGs1y_CMKaIPUTUqWGCxmjXVbqXHns2vwJIl_nnFMIuMefvznUZTY_7B0MQMv/s320/finish.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
ADT started downloading..I think things going ok.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6ndFqHPNk5w_fN3mmYdYL83lPBzmohK9KqWqjMTnXz-LIJ6AlCjKV5cp5aDM_j3YuZFERuo466E5cn_K3TxMLkQOIN-qPGFhrj7D46Kj6FNNIDqggu34SfBIFVwxZtHxNQVGWwS7FDydy/s1600/installing.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;142&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6ndFqHPNk5w_fN3mmYdYL83lPBzmohK9KqWqjMTnXz-LIJ6AlCjKV5cp5aDM_j3YuZFERuo466E5cn_K3TxMLkQOIN-qPGFhrj7D46Kj6FNNIDqggu34SfBIFVwxZtHxNQVGWwS7FDydy/s320/installing.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Once ADT download is over, Eclipse is enabled for Android devolopment and it immidiately ask for Android SDK. See below.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKuP9d4E76lbUg3f54tRZHOtAsTCSH5Us7hUIN3Hn2tA1jkYTURGI_vVCqCs6oIqQFMuANRLzTwBhm4VI-WCCg1CrI2XteUExUiRo2R8sxEnZDQ0bZpr1aRgBpMXi4WUW_M0V_eqri13M9/s1600/installing+SDK.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKuP9d4E76lbUg3f54tRZHOtAsTCSH5Us7hUIN3Hn2tA1jkYTURGI_vVCqCs6oIqQFMuANRLzTwBhm4VI-WCCg1CrI2XteUExUiRo2R8sxEnZDQ0bZpr1aRgBpMXi4WUW_M0V_eqri13M9/s320/installing+SDK.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
What is Android SDK by the way? I will write in next post.&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/5837793148279284600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2012/07/setting-up-for-android-devolopment-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/5837793148279284600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/5837793148279284600'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2012/07/setting-up-for-android-devolopment-3.html' title='Setting Up for Android Devolopment - 3'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUzywUTZYv9igfnFQQrdvROOMiYcW6fkFoHZ1p6VclQ6Wy1owJLHgO0F-KaUi4fuEcaZ-DlHi89H20S_WmbjWAOSvPMEZRVCX0wqOP27uiaur9Qk6dhTTilKoUGGR1JDU0arJjprBKPNh6/s72-c/adt-1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-4841063708040263491</id><published>2012-07-30T09:37:00.000-07:00</published><updated>2012-07-31T09:12:25.076-07:00</updated><title type='text'>Setting Up for Android Devolopment - 2</title><content type='html'>&lt;h3&gt;
Step 2 : Installing JDK 6&lt;/h3&gt;
JDK version 6 needed to run eclipse properly. If Eclipse is 64 bit then JDK has to be 64 bit.&lt;br /&gt;
&lt;br /&gt;
Go to &lt;a href=&quot;http://developer.android.com/sdk/index.html#Requirements&quot;&gt;http://developer.android.com/sdk/index.html#Requirements&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0Y6SL42kQX9sEH1ARVt7ZTnNAMydEXd_SwynA57vWAZkgLcFcUVm-ItCPN0KkCaGT_MQwvX0PxBqp6bICc9U8aC7TeHtopO9yOc7HHy4kloEZSOGpvnVLoibzj2VaBZW274ZKdDGIEeZw/s1600/JDK+1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;160&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0Y6SL42kQX9sEH1ARVt7ZTnNAMydEXd_SwynA57vWAZkgLcFcUVm-ItCPN0KkCaGT_MQwvX0PxBqp6bICc9U8aC7TeHtopO9yOc7HHy4kloEZSOGpvnVLoibzj2VaBZW274ZKdDGIEeZw/s320/JDK+1.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
I go to the link JDK 6 ( highlighted).&lt;br /&gt;
&lt;br /&gt;
This directs to Oracle Java download page.&lt;a href=&quot;http://www.oracle.com/technetwork/java/javase/downloads/index.html&quot;&gt;http://www.oracle.com/technetwork/java/javase/downloads/index.html&lt;/a&gt;.&lt;br /&gt;
Now I select Java SE 6 update 33.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDhAZmWOXwjYmuAlq8P8jITxjpIfJjTWPIypQSLn37_Z1SrPhr5yv03nk9_bFTJAAOcTg5yEateNw6Xj_0T_JjhnPKRUFM1auhAUyFPUQPjdtaO-SLnLtc2lQA0Auhphkn-kR70tnj-yVV/s1600/JDK6.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDhAZmWOXwjYmuAlq8P8jITxjpIfJjTWPIypQSLn37_Z1SrPhr5yv03nk9_bFTJAAOcTg5yEateNw6Xj_0T_JjhnPKRUFM1auhAUyFPUQPjdtaO-SLnLtc2lQA0Auhphkn-kR70tnj-yVV/s1600/JDK6.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Once I click download, I m directed to download page. &lt;a href=&quot;http://www.oracle.com/technetwork/java/javase/downloads/jdk6-downloads-1637591.html&quot;&gt;http://www.oracle.com/technetwork/java/javase/downloads/jdk6-downloads-1637591.html&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguBAWzGiuC4W4sQJG2hGihWM679b9LTMwp2xNuyp_EAtIV8KZM5zFR5EHYnfZFVLxFRd2ZCgMsr6LTjPITYLT6O6e_bWcC60G_sBg5TyWWFj24BBrzy0VfmyWcgQKROmFeEItBfy_f00wT/s1600/64+bit+download.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;270&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguBAWzGiuC4W4sQJG2hGihWM679b9LTMwp2xNuyp_EAtIV8KZM5zFR5EHYnfZFVLxFRd2ZCgMsr6LTjPITYLT6O6e_bWcC60G_sBg5TyWWFj24BBrzy0VfmyWcgQKROmFeEItBfy_f00wT/s320/64+bit+download.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt; &lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&amp;nbsp;Then I click on highlighted link since it is the 64 bit JDK version 6.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6NJ47ZQ6DNEpO4FFlAMUPC6awYY79_v4B6IJHJXDNCK2cpVKGKwa_4jKMqBnxNjMDPNV5gQHvXRX4uR7GPqyaicL_MPcepF0s5-ZyXE7TVbbc6bpRuhTtLUXez1ROq8b4b46bB77Hrct7/s1600/java+download.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;151&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6NJ47ZQ6DNEpO4FFlAMUPC6awYY79_v4B6IJHJXDNCK2cpVKGKwa_4jKMqBnxNjMDPNV5gQHvXRX4uR7GPqyaicL_MPcepF0s5-ZyXE7TVbbc6bpRuhTtLUXez1ROq8b4b46bB77Hrct7/s320/java+download.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&amp;nbsp;It is a 59.7 MB file and I download it.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Then I ran the file and the JDK and JRE was installed. Next I started Eclipse to see if it works.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Here we go...&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjw9Y-85CgsUBwY2_NsfA86w260o6o3lsoBE0HvoMQWulJ00t0baBIi_tNG_U1HMEIT4uod539ZPFU2WXFCHP3DNZpSCd1D70PnYY6ouJwh4Y3MWKS6jb-UgTRW2zT3KIFBS7OI2q7wStvk/s1600/Eclipse+started.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjw9Y-85CgsUBwY2_NsfA86w260o6o3lsoBE0HvoMQWulJ00t0baBIi_tNG_U1HMEIT4uod539ZPFU2WXFCHP3DNZpSCd1D70PnYY6ouJwh4Y3MWKS6jb-UgTRW2zT3KIFBS7OI2q7wStvk/s320/Eclipse+started.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Eclipse asks for a working directory at log on . This location will be used to store projects. I changed it to D:\Android\workspace. Now Eclipse Juno is up and running :).&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOd4nSsD04uOTZVr90ZF8uBFjWmF11ykcUSph1Yn7anq3num5KgZbcgp9aUJnj-dnQEe1UMw3333eEIlBuc_Tflx5V4KfDA7brFlIvuzeeUMI1v6hhUNs92sG_32Q2QCsVhzW1ugwag7eU/s1600/eclipse+Juno.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;95&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOd4nSsD04uOTZVr90ZF8uBFjWmF11ykcUSph1Yn7anq3num5KgZbcgp9aUJnj-dnQEe1UMw3333eEIlBuc_Tflx5V4KfDA7brFlIvuzeeUMI1v6hhUNs92sG_32Q2QCsVhzW1ugwag7eU/s320/eclipse+Juno.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/4841063708040263491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2012/07/setting-up-for-android-devolopment-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/4841063708040263491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/4841063708040263491'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2012/07/setting-up-for-android-devolopment-2.html' title='Setting Up for Android Devolopment - 2'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0Y6SL42kQX9sEH1ARVt7ZTnNAMydEXd_SwynA57vWAZkgLcFcUVm-ItCPN0KkCaGT_MQwvX0PxBqp6bICc9U8aC7TeHtopO9yOc7HHy4kloEZSOGpvnVLoibzj2VaBZW274ZKdDGIEeZw/s72-c/JDK+1.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-1481614064084495882</id><published>2012-07-29T10:45:00.001-07:00</published><updated>2012-07-30T09:37:49.220-07:00</updated><title type='text'>Setting Up for Android Devolopment -1</title><content type='html'>&lt;h3&gt;


Step One : Installing Eclipse&lt;/h3&gt;
Eclipse IDE can be used to develop Android and it is the most popular. That is where you write your Android code and make it to an Android App. Google recommends Eclipse Classic&quot; version.&lt;br /&gt;
&lt;br /&gt;
Read more at&amp;nbsp;&lt;a href=&quot;http://developer.android.com/sdk/installing/installing-adt.html&quot; target=&quot;_blank&quot;&gt; http://developer.android.com/sdk/installing/installing-adt.html.&amp;nbsp;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I ll install Eclipse , go to &lt;a href=&quot;http://www.eclipse.org/downloads/&quot;&gt;http://www.eclipse.org/downloads/&lt;/a&gt;&lt;br /&gt;
You will see a page like this.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGpNUs1efDJYd99h_y9ohQJGST5QFuTO05-Xx6hwJCsrFML_wWdFOZoY-NJemWGQ7i6305hKPWkga1azBvapF2yxSdF3fj9Fh2dx2efhbjOETGmuujRN2pqcILrp1dZ-OvHgMbqZnfGZO_/s1600/Eclipse+downloads.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGpNUs1efDJYd99h_y9ohQJGST5QFuTO05-Xx6hwJCsrFML_wWdFOZoY-NJemWGQ7i6305hKPWkga1azBvapF2yxSdF3fj9Fh2dx2efhbjOETGmuujRN2pqcILrp1dZ-OvHgMbqZnfGZO_/s320/Eclipse+downloads.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then click on link for &quot; Eclipse classic 4.2&quot;.&amp;nbsp; I think I better install 64 bit version since my computer&#39;s operating system is 64 bit.&lt;br /&gt;
&lt;br /&gt;
Once&amp;nbsp; I click on &quot;Windows 64 bit&quot; for the classic version, I m directed to a mirror selection page.I select the first section. &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj82WGGN54lQZO2rrb1eo0OXyyEO-bufcu0FhdgPphISDxbnBqoXWV1ToCoM53IS84kFdtInLhTa6JSvEej4YG5MS3_GpHv-1Plog05B5ik0cLICihW409o5bOvYhV-sZbjb1svx88USG-c/s1600/Mirror+selection.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;121&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj82WGGN54lQZO2rrb1eo0OXyyEO-bufcu0FhdgPphISDxbnBqoXWV1ToCoM53IS84kFdtInLhTa6JSvEej4YG5MS3_GpHv-1Plog05B5ik0cLICihW409o5bOvYhV-sZbjb1svx88USG-c/s320/Mirror+selection.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Once I click on big green download sign, I m prompted to select a download location.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEs4CbnnHveasTqGkNq5Jd9hf991O6G69c8zRoVjb22O-C9mMW2RCb7SYokbWeRZORxQ_Itwj7zBBqdPjqr_vddyqDz-9q9WZLt6vB7IXEqpBX0pRTyhpYoykypkfoCPpVeD9HWu5Kf9Dg/s1600/Eclipse+file.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;242&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEs4CbnnHveasTqGkNq5Jd9hf991O6G69c8zRoVjb22O-C9mMW2RCb7SYokbWeRZORxQ_Itwj7zBBqdPjqr_vddyqDz-9q9WZLt6vB7IXEqpBX0pRTyhpYoykypkfoCPpVeD9HWu5Kf9Dg/s320/Eclipse+file.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
It is a large file ( 183MB ). So it will take a while to download.Once downloaded , it is shown as below in Firefox downloads dialog.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_Y93674_qW9IMFNlTSzCA9K6egmnWYKT34JwYm_qzf3BsZTeCN7WMEQ_Xbx6eaPPBkIML0UU403pQfCkgXYx-NOGiTyClAp83D51Nz7ma_XpLj1TEUqGw1MmGWc4H_dsAsjjD2zx7oLAl/s1600/Eclipse+downloaded.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;199&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_Y93674_qW9IMFNlTSzCA9K6egmnWYKT34JwYm_qzf3BsZTeCN7WMEQ_Xbx6eaPPBkIML0UU403pQfCkgXYx-NOGiTyClAp83D51Nz7ma_XpLj1TEUqGw1MmGWc4H_dsAsjjD2zx7oLAl/s320/Eclipse+downloaded.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Once I open down load folder there is a folder called Eclipse. Once it is opened, there is an Application called &quot; Eclipse&quot;Then&amp;nbsp; I run it.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidTrzGr_ukmuR7i56GlNz0Y8FJtja71hv3B7n3zBNqwocxHTimyYkvS7jzxb-miashAqhiRCuQ0j8rhNHCTVSYCsksA0GcnvpGQGIt7hQ29i59cA5FNMBQZgJgZCUSrafDV7zQv5EKwvEG/s1600/Extract.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;160&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidTrzGr_ukmuR7i56GlNz0Y8FJtja71hv3B7n3zBNqwocxHTimyYkvS7jzxb-miashAqhiRCuQ0j8rhNHCTVSYCsksA0GcnvpGQGIt7hQ29i59cA5FNMBQZgJgZCUSrafDV7zQv5EKwvEG/s320/Extract.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Then I extract it. First problem :(&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzN7RYQy_L7VuFq-JRnUa50hosCAKG9znPu_n6mIOYUflxLA8LAWS5vLuwzNTIhCJSnRkFekWhMIs_Q493BgdQ4tZYl108QtSCBTe7EEoweu5Vy24ZZ1chNJBxgcV37gmEMfsuINs5n-4s/s1600/err+1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzN7RYQy_L7VuFq-JRnUa50hosCAKG9znPu_n6mIOYUflxLA8LAWS5vLuwzNTIhCJSnRkFekWhMIs_Q493BgdQ4tZYl108QtSCBTe7EEoweu5Vy24ZZ1chNJBxgcV37gmEMfsuINs5n-4s/s320/err+1.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtfmZD3LJ8cxnmUfxsgWbia1V2HmjtOfZuUgoBwE0qXdkbAUAw7miDUfiIwyJz6XQbvHmQgOhMyH2g_JZh0jUgfELXgPn_FY1jGnHZlBRK4vl5X4anFeVpTD3WIPLBiqHauUc7TMHD0YnD/s1600/problem+1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
Google d the error. Found the reason could be my JDK installation being 64 bit. So, I m going to do it next. Uninstalling JDK and reinstalling it.&lt;br /&gt;
http://developer.android.com says JRE alone is not sufficient&lt;a href=&quot;http://developer.android.com/sdk/index.html#Requirements&quot; target=&quot;_blank&quot;&gt;http://developer.android.com/sdk/index.html#Requirements&lt;/a&gt;. I need to install full JDK 6 (64 bit).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOi0vHtQz4njK-SlPNwtM4AZ0nnssdL22TvlitV09Ni1SUHKziGAm2h5_Ys4M87EnsTjdjgrAQNwPOVkmyW8r620S_86VWKtRKqBeApvkzyH4UDQjvEW6PUMAqUU1JrjZNd1C4O1UAhYsB/s1600/Mirror+selection.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/1481614064084495882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2012/07/setting-up-for-android-devolopment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1481614064084495882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1481614064084495882'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2012/07/setting-up-for-android-devolopment.html' title='Setting Up for Android Devolopment -1'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGpNUs1efDJYd99h_y9ohQJGST5QFuTO05-Xx6hwJCsrFML_wWdFOZoY-NJemWGQ7i6305hKPWkga1azBvapF2yxSdF3fj9Fh2dx2efhbjOETGmuujRN2pqcILrp1dZ-OvHgMbqZnfGZO_/s72-c/Eclipse+downloads.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-8010770805424641657</id><published>2012-07-11T05:48:00.000-07:00</published><updated>2012-07-11T05:58:27.032-07:00</updated><title type='text'>Android Versions...</title><content type='html'>&lt;b&gt;1 &lt;/b&gt;&lt;b&gt;Android beta ( 2007 November)&lt;/b&gt;&lt;br /&gt;
The first released Android version. &lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;2 Android 1.0 (2008 September)&lt;/b&gt;&lt;br /&gt;
&amp;nbsp;The first relased commercial version.First Android device HTC dream ran this version.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2Vzus2j-Td_7ZlgZ3KgkJyPMo3HpX3GINd8emLdlxLPOTMbPYCjybm-R6zA-kvtJnf9opRgWbGz7BHOJjldpHh7mdettIy3JF3uY2cagydJaHy7pSdBeridycJwOCi-SO2gLxrgqSawzO/s1600/160px-T-Mobile_G1_launch_event_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2Vzus2j-Td_7ZlgZ3KgkJyPMo3HpX3GINd8emLdlxLPOTMbPYCjybm-R6zA-kvtJnf9opRgWbGz7BHOJjldpHh7mdettIy3JF3uY2cagydJaHy7pSdBeridycJwOCi-SO2gLxrgqSawzO/s1600/160px-T-Mobile_G1_launch_event_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNIfehyphenhyphengP6mvEh1Ms7UQi_Z7dhSePe-7BJdEn_n2sDRSQfd5i4KqoR42eTTiwFLUcGv_IEWOJtbn5_xYRKMLx1QNFQ3OIjVuOCbS6vz6cG1iiiLAowhyybnW72d2NLOHzUagMQSG0CAwFr/s1600/150px-Galaxy_Nexus_smartphone.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;3 Android 1.1(2009 February)&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;4 Android 1.5 Cupcake (2009 April)&lt;/b&gt;&lt;br /&gt;
First used the desert nickname. &lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;5 Android 1.6 Donut (2009 September)&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;6 Android 2.0/2.1 Éclair (2009 October)&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;7 Android 2.2.x Froyo(2010 May)&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;8 Android 2.3.x Gingerbread (2010 December)&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;9 Android 3.x Honeycomb (2011 February)&lt;/b&gt;&lt;br /&gt;
&amp;nbsp;The first tablet android update.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;10 Android 4.0.x Ice Cream Sandwich (2011 October)&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNIfehyphenhyphengP6mvEh1Ms7UQi_Z7dhSePe-7BJdEn_n2sDRSQfd5i4KqoR42eTTiwFLUcGv_IEWOJtbn5_xYRKMLx1QNFQ3OIjVuOCbS6vz6cG1iiiLAowhyybnW72d2NLOHzUagMQSG0CAwFr/s1600/150px-Galaxy_Nexus_smartphone.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNIfehyphenhyphengP6mvEh1Ms7UQi_Z7dhSePe-7BJdEn_n2sDRSQfd5i4KqoR42eTTiwFLUcGv_IEWOJtbn5_xYRKMLx1QNFQ3OIjVuOCbS6vz6cG1iiiLAowhyybnW72d2NLOHzUagMQSG0CAwFr/s1600/150px-Galaxy_Nexus_smartphone.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
Samsung Galaxy Nexus running Ice Cream Sandwich.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;11 Android 4.1 Jelly Bean (2009 July&lt;/b&gt;&lt;br /&gt;
The latest version.&lt;b&gt; &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I took all these infomation from Wikipedia(Big thank for those contributors) and summarized.&amp;nbsp;&lt;b&gt; &lt;/b&gt;If you need more details , pls see http://en.wikipedia.org/wiki/Android_version_history</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/8010770805424641657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2012/07/android-versions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/8010770805424641657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/8010770805424641657'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2012/07/android-versions.html' title='Android Versions...'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2Vzus2j-Td_7ZlgZ3KgkJyPMo3HpX3GINd8emLdlxLPOTMbPYCjybm-R6zA-kvtJnf9opRgWbGz7BHOJjldpHh7mdettIy3JF3uY2cagydJaHy7pSdBeridycJwOCi-SO2gLxrgqSawzO/s72-c/160px-T-Mobile_G1_launch_event_2.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-5868519879019238128</id><published>2011-11-11T08:50:00.000-08:00</published><updated>2011-11-11T09:13:29.866-08:00</updated><title type='text'>How Android was born?</title><content type='html'>Even though a company named Android was stared in 2003 by three well known personalities ( Andy Rubin :co-founder of Danger; Rich Miner-co-founder of Wildfire Communications, Inc; Nick Sears - VP at T-Mobile) , the company operated secretly, revealing only that the company is working on a new mobile operating system.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In 2005 Google acquired Android Inc and the road map of the company was reset according the the interests of Google. Google basically wanted their powerful searching technologies to be on mobile devices and working hard towards achieving that objective through Android acquisition. In 2007, they applied to obtain several telephone technology related patents apparently proving this speculation.&lt;br /&gt;&lt;br /&gt;In 2007, again several well known companies got together and formed an alliance known as &quot; Open Handset Alliance&quot; and the idea behind was to develop &quot;open stand&quot; for mobile devices. The companies that were involved were, Broadcom Corporation, Google, HTC, Intel, LG, Marvell Technology Group, Motorola, Nvidia, Qualcomm, Samsung Electronics, Sprint Nextel, T-Mobile and Texas Instruments .&lt;br /&gt;&lt;br /&gt;As a result of all these efforts, first product , Android, a mobile device platform built on the Linux kernel version 2.6 was introduced.</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/5868519879019238128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2011/11/how-android-started.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/5868519879019238128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/5868519879019238128'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2011/11/how-android-started.html' title='How Android was born?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-1276033049311749804</id><published>2011-08-13T20:01:00.000-07:00</published><updated>2011-08-16T21:01:45.997-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Reasons for Android being buzz word in mobile applications sector"/><title type='text'>Why Android?</title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1PeT3fjnPchkaK2IXLIPeyEdWvDR_THmJqbCTC7kiqYkd-Jsf_aLXn6GGD1_qAcVPKQhzdNgHfIkXaaSsG5BjLxGOI9L_xt-u4oYnyuQwBpmWII96GcQlnPBdWkY4D1d9LRychzyJ-v70/s1600/Mobile+OS+market+share.PNG&quot;&gt;&lt;img style=&quot;float: right; margin: 0pt 0pt 10px 10px; cursor: pointer; width: 320px; height: 238px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1PeT3fjnPchkaK2IXLIPeyEdWvDR_THmJqbCTC7kiqYkd-Jsf_aLXn6GGD1_qAcVPKQhzdNgHfIkXaaSsG5BjLxGOI9L_xt-u4oYnyuQwBpmWII96GcQlnPBdWkY4D1d9LRychzyJ-v70/s320/Mobile+OS+market+share.PNG&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5640554305580050562&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;font-size:100%;&quot; &gt;Reason 1&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt; : It is the fastest growing mobile operating system according to some  market research.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;I created the graph showing market research trends for mobile operating systems.Other than Android rest of operating systems are desingined for those company headsets. Data are  from en.Wikipedia  where those data are taken from Gartner Inc (&lt;/span&gt;&lt;span class=&quot;citation web&quot;  style=&quot;font-size:100%;&quot;&gt;&lt;a href=&quot;http://news.cnet.com/8301-13506_3-20064223-17.html&quot; class=&quot;external text&quot; rel=&quot;nofollow&quot;&gt;Gartner: Android leads, Windows Phone lags in Q1&quot;&lt;/a&gt;. Gartner, Inc. 2011-05-19. Table 2&lt;span class=&quot;printonly&quot;&gt;. &lt;a href=&quot;http://news.cnet.com/8301-13506_3-20064223-17.html&quot; class=&quot;external free&quot; rel=&quot;nofollow&quot;&gt;http://news.cnet.com /8301-13506_3-20064223-17.html&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;reference-accessdate&quot;&gt;. Retrieved 2011-05-19&lt;/span&gt;.&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;). There are 3 clear observations.&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;After the introduction of android in 2008 and after it got momentum in 2009 , already declining market leader Symbion( Nokia) started to decline in a faster rate and its continuing in the same trend in Q1 in 2011.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Blackberry  was growing and in 2009 it started declining when Android gain momentum.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;iOS still growing but slower rate than it was before 2009.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Microsoft and Other OS are already loosing it market shere but this treand could be different now as Microsoft now released new version of its mobile operating system...&lt;/span&gt;&lt;span style=&quot;color: rgb(153, 153, 153);font-size:100%;&quot; &gt;to be continued...&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/1276033049311749804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2011/08/why-android_13.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1276033049311749804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/1276033049311749804'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2011/08/why-android_13.html' title='Why Android?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1PeT3fjnPchkaK2IXLIPeyEdWvDR_THmJqbCTC7kiqYkd-Jsf_aLXn6GGD1_qAcVPKQhzdNgHfIkXaaSsG5BjLxGOI9L_xt-u4oYnyuQwBpmWII96GcQlnPBdWkY4D1d9LRychzyJ-v70/s72-c/Mobile+OS+market+share.PNG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-6087842404203541620</id><published>2011-08-12T11:21:00.001-07:00</published><updated>2011-08-13T20:01:13.803-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="why so much talk on Android with regard to mobile OSs?"/><title type='text'>Coming up.........&quot;Why Android?&quot;</title><content type='html'>Why there is lot of talk about mobile operating system Android? What are the benefits and what is the use of it for developers?What are the similarities and differences advantages and disadvantages of Android when compared to Symbion and IOS?&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/6087842404203541620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2011/08/why-android.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/6087842404203541620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/6087842404203541620'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2011/08/why-android.html' title='Coming up.........&quot;Why Android?&quot;'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2484368838278338850.post-3424317164707690882</id><published>2011-08-11T11:21:00.000-07:00</published><updated>2011-08-13T08:36:49.521-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="What is AndroiD - A simple Introduction"/><title type='text'>What is AndroiD ?</title><content type='html'>&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;AndroiD is an operating system for mobile devices such as mobile telephones and tablet computers developed by Google Inc and the Open Handset Alliance.&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;font-size:100%;&quot; &gt;&lt;br /&gt;Time Line&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Android initially was developed by Android Inc.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Google purchased Android Inc in 2005.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Open headset alliance (consist of more than 80 ICT companies) funded and along with Google they unveiled the first version of Android in 2007.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-weight: bold;font-size:100%;&quot; &gt;Key Features of Android&lt;/span&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Android is based on Linux Kernel.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Middleware libraries and APIs are written in C.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Application software is based on Java compatible libraries.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Dalvik VM is used to run Java complied Java codes just in time(JIT compilation)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-weight: bold;font-size:100%;&quot; &gt;Developer Community&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;Android has  very large community of its &quot;App&quot; (application) developers.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;These developers extend the functionality of Android with their Apps.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;They mostly use Java for development.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-weight: bold;font-size:100%;&quot; &gt;&lt;span style=&quot;color: rgb(164, 198, 57);&quot;&gt;If you would like to become one of them who develops Apps for Android then this bolg may help you to get a quick start...&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://androidprof.blogspot.com/feeds/3424317164707690882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://androidprof.blogspot.com/2011/08/what-is-android.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/3424317164707690882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2484368838278338850/posts/default/3424317164707690882'/><link rel='alternate' type='text/html' href='http://androidprof.blogspot.com/2011/08/what-is-android.html' title='What is AndroiD ?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>