Poll
Rate This WebSite.
Page Views
Website Chat
Labels
Android
(6)
Apple
(16)
Blogger
(6)
Facts
(6)
hacking
(20)
How to
(44)
Internet
(11)
Mac
(21)
Microsoft
(18)
Mobiles
(6)
News
(10)
Nokia
(1)
Our Downloads
(1)
Our Websites
(4)
PC tips
(63)
PC tricks
(64)
Search Engines
(6)
Security
(18)
social networking
(9)
Survey completion
(2)
Symbian
(1)
Top websites
(5)
Windows
(67)
Yahoo
(5)
Popular Posts
-
Hey, Very are various different bottle necks on your Mac that effect the performance of your computer. Originally it would be your CPU bein...
-
On screen keyboard is one of the coolest windows features that displays a virtual keyboard on the computer screen that allows people with m...
-
When mouse isn’t working properly , this trick can be very helpful. To activate mouse keys all you do is press Alt+Left shift key + NumLock ...
-
A 64-bit RTM version of Windows 8 Enterprise N edition has been leaked. Windows 8 Enterprise is the most comprehensive version of Windows 8 ...
-
1......Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them! 1.Open the word pad 2.co...
-
Free Download Best Anti-virus Software Programs with Full, Latest Versions-2012 Download free all anti virus software programs for your P...
-
I love my Mac and I have hundreds of applications installed on it. As a result I wanted to do a post on what I believe are the top 100 Ma...
-
30 Fantastic Geeky Tricks to Get The Most From Your Mac If you’re one of those Mac users that loves to dig in and play with hidden featur...
-
TIME's annual salute to sites and services which can keep you entertained and informed, save you time and money -- and maybe even chang...
Followers
Sponsored Links
Sponsored Links
Blog Archive
-
2012
(141)
- September(4)
- August(12)
- July(5)
- June(22)
-
May(43)
- How to FlipText
- Computer Safety Tips
- Top 10 Free Antivirus software for 2012
- Interesting computer tricks
- How to Copy Text From Any Image
- Android Installation on Windows7
- Clean RAM using notepad
- The Simplest Way To Compress A Picture
- How to Disable Right click in Blogger / Wordpress
- How to Record screen in Mac
- Any Folder as a Photo Folder
- Best Download Manager - Really Fast
- Hey Guys we have started a new site
- How to use Picture passwords in Windows 8
- Speedup Internet surfing by Open DNS settings
- 15 Coolest Firefox Tricks!
- Tips to recover scratched CD's
- Updated trick for enabling Folder option
- Add Your Name (or) Application to right click Of M...
- All Permanently deleted files Recovery solution
- Funniest PC Pranks you can play on your friends
- Turn On a Pc in 10 Seconds
- How To Copy Text From An Image
- How To Delete Admin PC Password And Get Access To ...
- Increase Your PC Processing Speed Easily
- How To Get Product Key Of Your Windows & Other Pro...
- Make your Computer Welcome You
- How to Increase Firefox Speed
- How to make shutdown virus
- 10 Top Virus scripts - How to Make a Virus - Notepad
- Windows 8 Tricks, Tips and Shortcuts
- How to Dual-Boot Windows 7 and Windows 8
- Dual Boot Windows 7 with XP or Vista
- Undo “Send” in Gmail
- 20 Amazing Facts About Google
- Free Shutdown Timer For Windows XP
- Save Your Blog From Plagiarize (Copy Paste)
- Make Backlinks For free
- Check Your Antivirus Program
- Best PC tricks
- Trick to Change the Colour of Facebook
- 7 Cool Notepad tricks to scare your friends.
- Convert text into audio using Notepad
- April(55)
Tuesday, 22 May 2012
Android Installation on Windows7
Mobility is driving you crazy . You wish to create a simple "HelloWorld" program that runs on Android OS. … But you are now confused as to ….How do I go about it or where do I start ?
This post is for "Beginners in Android". So if you are completely new, this post should be of help ……
What Is Android ? Android is an operating system for mobile devices. Applications developed for Android are written in Java programming language.
How do I setup the enviornment for developing applications on Android? To setup the environment , follow these simple steps:
1) Identify the operating system on your PC. Verify whether it is listed in the "Supported Operating Systems" section. Click on this link to verify http://developer.android.com/sdk/requirements.html
2) Applications for Android are written using Java programming language.Set up the environment to "DEVELOP" Java Programs.
If you have to only run Java programs, then install Java Runtime Environment(JRE). But we will be developing programs, so install Java Development Kit(JDK) which includes JRE . There is no need of separate installation of JRE if JDK is installed.
Note: Identify the operating system and choose the correct version of JDK. Click on below link to install JDK : http://www.oracle.com/technetwork/java/javase/index-137561.html
Note: Identify the operating system and choose the correct version of JDK. Click on below link to install JDK : http://www.oracle.com/technetwork/java/javase/index-137561.html
3) Surely you won’t write programs in Notepad. You will use an IDE(Integrated Development Environment) to code your applications. Preferred IDE would be Eclipse, but applications can be developed using other IDEs.
To install Eclipse , select proper version of Eclipse(3.5 or newer).
Click on below link : http://www.eclipse.org/downloads/
To install Eclipse , select proper version of Eclipse(3.5 or newer).
Click on below link : http://www.eclipse.org/downloads/
4) To code applications , download the Android SDK . Android SDK provides tools and APIs to develop programs for Android OS. Download the Android SDK from this link : http://developer.android.com/sdk/index.html
5) Your installed Eclipse IDE should be capable of developing Android programs. So install the ADT plugin for Eclipse. Click here to install the same : http://developer.android.com/sdk/eclipse-adt.html#installing
6) This is last but very important step. Install the essential platform components to complete the installation. This is done using Android SDK and AVD Manager which is installed once you install the SDK.
The above steps may differ depending upon your previous installations if you were developing Java programs. You can log on to http://developer.android.com/guide/basics/what-is-android.html to know more .
In my case , JDK was installed on D drive and the Android SDK on E Drive. I followed the above steps with simple but important settings. You can relate the above steps to screenshots given below.
Step 1 : Operating System : Windows 7 64 bit
Step 2 : JDK Installation Folder: D:\JavaInstallations\JDK . Set the PATH variable to point to JDK installation.
Step 3,4 : Android SDK zipped package and Eclipse zipped package unzipped at folder location : E:\Programs\Android\Software
Step 5 : Open Eclipse. Select Help-> Install New Software . You will come across the below window. Enter the remote site name http://dl-ssl.google.com/android/eclipse/ . Select the checkboxes and complete installation . Click this link for any problem.. http://developer.android.com/sdk/eclipse-adt.html
a) Android SDK and AVD Manager to install the remaining components. My folder location of this manager is E:\Programs\Android\Software\android-sdk_r08-windows\android-sdk-windows .
Run it and select all to install. After Installation, i could see all the installed packages .
Now lets just create a Simple project in Eclipse real quick:
1) Open Eclipse.Click on the eclipse symbol to load Eclipse.
2) Set the workspace. It is place to store your programs. On File Menu .. Select New -> Project. You will come across below screen.
NOTE: In my case, I had to set the Location of Android SDK in Preferences, so as to let the eclipse locate the Android Tools and APIS for development
3) Set the Project Name(on top.. hidden in image), Application Name, PackageName(can be of any order), Activity.. setting Min SDK version is not mandatory.
4) You will see a folder structure with some default code.
4) Run the Application AS Android Application.
5) Do not worry, There will be many windows popping up.. but they will start the EMULATOR or SIMULATOR which will run the program.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment