android development environment

Tiny tip - creating the Android AVD

http://developer.android.com/guide/tutorials/hello-world.html#avd

The instructions read:
To create an AVD, use the "android" tool provided in the Android SDK. Open a command prompt or terminal, navigate to the tools/ directory in the SDK package and execute:

That means you need to type
./android create avd --target 2 --name my_av

in the command line (on Linux) since android is an executable file.

Android development on Jaunty - 1

Creating a development environment for Android applications needs 3 basic things:
1)Java
2)Eclipse IDE
3)Android SDK

1)Java
We will be using Sun's JDK 6.If you already have this installed on your machine...skip this step.
But if you are unsure of whether you JDK6 installed or not or you are not sure of the correct version,this link should help:
https://help.ubuntu.com/community/Java

Open up the terminal and type this command
sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk  read more »

Set up Android development environement on Ubuntu (hardy heron)

To set up the android development environment on Ubuntu we need to first make sure that we have the correct version of Java set up on our machine.

Android (1.5) can run on either Sun JDK5 or JDK6.Its best to setup your Ubuntu box with JDK6.

Open up the terminal and type:

java –version

This will give you the default list of java versions installed on your machine.
If you have installed Sun’s JDK6 correctly you should get something like this:  read more »

Syndicate content
Copyright 2009 KenElements. Powered by Open Source Software from projects like Apache, Drupal, Linux, MySQL, PHP, JQuery