ChinaUnix.net
相关文章推荐:

google android eclipse

eclipse + PyDev => google AppE ... 1. install eclipse plug-in PyDev: http://pydev.sourceforge.net/updates/, restart eclipse 2. set python in eclipse: eclipse->window->preference->PyDev->Interpreter->python, choose python.exe 3. create a pydev project with python 2.5. (important!!!) 4. set project properties, pydev->pythonPath->External Libraries->add source folders - google_appengine...

by zieckey - Python文档中心 - 2009-07-23 00:09:25 阅读(2254) 回复(0)

相关讨论

by tangke 2009-06-15 1.下载eclipse 因为android要求eclipse的版本在3.3或者3.4版本以上,所以我们必须从eclipse去下载最新版本的eclipse.我下载的是eclipse-3.4版本,开发代号为GANYMEDE http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR2/eclipse-java-ganymede-SR2-linux-gtk.tar.gz 解压缩到/root/eclipse目录就就可以了 2.安装android开发组件 在Help的Software Updates...

by fewlife - 移动操作系统 - 2009-07-22 20:14:10 阅读(1214) 回复(0)

作者 Alex Blewitt译者 崔康 发布于 2009年4月13日 下午10时17分 社区 Java 主题 平台 标签 google, googleAppEngine, eclipse, GWT 文章来源 http://www.infoq.com/cn/news/2009/04/google-eclipse-plugin google发布了一个eclipse插件,支持google Web Toolkit和google App Engine开发,比标准的Java环境集成的更紧密。 google Web Toolkit功能包括: 支持内嵌JavaScript(又名JSNI),其中包括语法高亮显示、自动缩进...

by ^日出东方^ - Java - 2009-04-15 09:35:31 阅读(1860) 回复(2)

转自: http://blog.csdn.net/Mac_cm/archive/2009/01/06/3720492.aspx 搭建android开发环境 1 下载android SDK http://code.google.com/android/download.html 这是官方网址,进入后跟着流程走,选择适合于自己平台(这里是Windows)的SDK包下载。下载后直接解压就可以使用了。 为了在DOS控制台中直接使用SDK的工具,可以将SDK的目录添加到Windows的path环境变量中:在桌面上右击“我的电脑”,依次点击【属性】>【高级】>【环...

by maytures - Java文档中心 - 2010-01-13 09:14:28 阅读(2195) 回复(0)

   无论是因为三星过于强大, 抑或只是亚马逊正变相掩盖 android 的光芒,android 品牌在 google 的地位已一落千丈。当越来越多的硬件厂商定制属于自己的 ROM 并换掉名称时,更多消费者对“google”这个品牌的记忆却愈渐深刻。那么,面临形象消逝的 android 能否继续茁壮成长呢? android 过于强大而无法失败? 今年2月,移动行业资深人士 Fabrizio Capobianco 撰文指出,android 正面临前所未有的问题。Capobianc...

by Send_linux - IT资讯 - 2013-03-13 09:33:24 阅读(970) 回复(0)

Hello android fans and developers. I'd like to share with you some emulator skins I created for the google android SDK . They are tested to work with the latest android SDK version 1.0r1. Installation of new Skins Using a blank screen as Skin Changing the window size of the android Emulator Controlling the android Emulator through keyboard keys Creating an SD card for use in android Emu...

by goandroid - 移动操作系统 - 2009-04-10 22:48:01 阅读(2513) 回复(0)

The android OS architecture is fairly traditional, but the service and application framework is interesting and modular. In the 3 part video below the android team introduces the key concepts: Intent A class which encapsulates the intent of the user to go to another Activity. For example “send mail” or “call number”. When an Intent is emitted, the system will try and find the registered Acti...

by goandroid - 移动操作系统 - 2009-03-27 23:49:00 阅读(1275) 回复(0)

simple google Translate in android 一个简单的调用google翻译的服务的程序。 原理很简单: 提交Http请求 http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=hello&langpair=en%7Czh-CN 获得回应{"responseData": {"translatedText":"喂"}, "responseDetails": null, "responseStatus": 200}从中读取翻译结果 主要代码如下: private HttpUriRequest request = null; private HttpRespon...

by xinyu391 - Java文档中心 - 2009-01-08 10:50:55 阅读(1765) 回复(0)

Installa SDK: 1) on http://code.google.com/android/intro/installing.html, The URL of android software update site for eclipse is error, it shoule be http://dl-ssl.google.com/android/eclipse/ 1, USB mass storage path is /sdcard 2, Run telnet 1) Reboot device 2) Open terminal 3) run 'cd /; cd system; cd bin; telnet' on device 4) telnet on remove computer. 3, The popup windows can't get response onc...

by web_surf - 移动操作系统 - 2008-12-18 17:04:37 阅读(1776) 回复(0)

On Line Docluments http://code.google.com/android/ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/9577/showart_1669274.html

by web_surf - 移动操作系统 - 2008-11-27 16:07:05 阅读(1573) 回复(0)

So you saw the android announcement and decided you wanted a piece of that US$10million in prize money huh? In the week since the SDK was released more than 4,300 people have joined the android support forum posting more than 4,000 messages between them. Robert Scoble doesn't know a single developer playing with android – perhaps Scoble doesn't hang around with many developers? ...

by goandroid - 移动操作系统 - 2008-11-27 11:35:12 阅读(1580) 回复(0)