
android开发工具
dengchendeng
这个作者很懒,什么都没留下…
展开
-
Win7 64位环境下JDK和Eclipse的选择与安装
Win7 64位环境下JDK和Eclipse的选择与安装现在无论笔记本还是台式机的内存都已经是白菜价,4G以上的内存配置随处可见。我最近也将笔记本的内存升至8G,自然想更好的支持大容量内存,安装64系统成了必要的选择。就个人的使用情况来看,基本没发现什么常用软件对64位win7有不兼容的情况,使用良好。 回到正题,作为一个coder,开发环境自然必须搭建。64位系统下转载 2013-03-04 21:53:12 · 8099 阅读 · 0 评论 -
R can't be resolved to a variable解决办法
R.java is a file that the Android Eclipse plugins creates while building your application. R.java is created under the "gen" directory. This file is generated from the information in the "res" dir转载 2014-07-05 16:22:46 · 4643 阅读 · 0 评论 -
Ubuntu 10.04 下载android4.2 源码
新版本的android源码要求git版本不得低于1.7.2,而ubuntu默认的不够,或者用别的方式无法正常升级时,可采用下面这个方式来升级个gitsudo add-apt-repository ppa:git-core/ppasudo apt-get updatesudo apt-get install git1、安装curl 在终端中执行 s原创 2014-07-05 16:21:53 · 679 阅读 · 0 评论