In anticipation, Google finally released gphone and the gphone SDK. It's exciting. There is another direction for mobile development. With support from Google, the gphone mobile OS will certainly be supported by many developers. With the release of andriod, the Linux system will further increase the market usage.
To develop gphone, download andriod SDK first.
Http://code.google.com/android/download.html
The gphone application is based on Java and provides a set of Android libraries.
Download JDK 1.5 or 1.6
Http: // 192.18.108.206/ECOM/ecomticketservlet/begina4dc33b481f38bc505d102602a198743/-2147483648/2455525851/1/852470/852290/2455525851/2ts +/westcoastfsend/jdk-6u3-oth-JPR/jdk-6u3-oth-JPR: 1/jdk-6u3-windows-i586-p.exe
Install Eclipse IDE again
Http://eclipse.cdpa.nsysu.edu.tw/technology/epp/downloads/release/20071103/eclipse-java-europa-fall2-win32.zip
Finally, update andriod develop tools in Eclipse IDE.
For more information, see the official Google website.
Http://code.google.com/android/intro/installing.html#developmentrequirements
Start to develop the first helloworld program.
Http://code.google.com/android/intro/hello-android.html
Paste the test code I wrote.
Textview ST = new textview (this );
St. settext ("this is my first andriod helloword program. Android still supports Chinese. ");
St. settextsize (30 );
St. settextcolor (0xff00ffff); // 32-bit RGB color, with the highest bits forever ff. The rest correspond to RGB (XX, XX, XX) on Windows.
Setcontentview (ST );