-> Know whether you have installed 32 bit or 64 bit operating system by typing the following in the Terminal (to open the terminal type ctrl+alt+T)
Command : file /sbin/init
If your OS is 32 bit then you should see something similar to the below 2 lines
/sbin/init: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.15, stripped
If your OS is 64 bitthen you should see something similar to the below 2 lines
/sbin/init: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for
GNU/Linux 2.6.15, stripped
-> If you have Java installed already then carry on with the following steps else get Java installed by following this post
-> Once you have Java , the next step is to download the adt bundle from here.
Click on Download Sdk and select I Agree and then select your 32 bit or 64 bit according to step 1.
1. Extract it where ever you want.
2. now open that folder as it will be adt-bundle-linux-x86-20130219 (similar to it)
you should see two folders sdk and eclipse
3. go to eclipse find eclipse.exe and double click
That's all now every thing is ready for you ...
For creating your first android project go here.
Leave your doubts or suggestion in comments section ....
No comments:
Post a Comment