linux 64 bit: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip ? ? linux 32 bit: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip ? ? MacOS X: http:...
分类:
其他好文 时间:
2015-08-14 12:01:04
阅读次数:
209
Traceback (most recent call last): File "F:\adt-bundle-windows-x86_64-20140702\eclipse\workspace1\XueChe\src\xueche2\0\xueche.py", line 19, in dr...
分类:
编程语言 时间:
2015-08-13 17:12:32
阅读次数:
1926
抓取HPROF log1. GUI可以通过 adt-bundle-windows-x86_64-20140702\sdk\tools\monitor.bat来抓取。打开软件,选中相应的包,比如“com.android.mms”,然后点击"Dump HPROF file" 按钮即可。2.通过代码在编写...
分类:
其他好文 时间:
2015-08-07 12:49:17
阅读次数:
116
打开路径: ? ? ?adt-bundle--->sdk--->tools--->draw9patch(双击),然后出来以下界面: ? ? ? 2.?选择File—>Open 9-patch…,选中图片后,效果如下,左边是画9.png的,右边是效果图 ? ?? ? ?修改后...
分类:
其他好文 时间:
2015-07-31 16:32:34
阅读次数:
197
1.移植环境准备 ①安装ubuntu14.04系统; ②安装?jdk apt-get?install??jdk-1.7 ③安装SDK http://www.cr173.com/soft/78226.html 下载包adt-bundle-linux-x86.zip 然后解压将其中的sdk目录拷到/user/local下...
分类:
其他好文 时间:
2015-07-30 17:20:05
阅读次数:
240
本人机器是win7 32位旗舰版,4G内存。以前使用eclipse adt bundle开发Android程序感觉非常方便,但随着google对andriod studio支持力度加大,转向studio似是大势所趋,遂决定安装安装最新版的andriod studio 1.3试用一下。1, 不成功的经...
分类:
移动开发 时间:
2015-07-30 16:57:29
阅读次数:
150
1、资源(1)、Android的eclipse开发环境我用adt-bundle-windows-x86。官方主页就能下载。这是一个打包的版本号,直接执行eclipse.exe你可以开始(2)、NDK下载NDK(大家网上下载一下)(3)、cygwin64用于模拟linux执行环境(大家网上下载一下)2...
分类:
移动开发 时间:
2015-07-26 14:02:17
阅读次数:
121
1.首先到orcale官网 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 下载jdk
2.到google官网 http://developer.android.com/sdk/installing/index.html?pkg=adt 下载adt bundle,...
分类:
移动开发 时间:
2015-07-22 10:47:53
阅读次数:
136
在项目开发时,为了使app的大小变成尽量的小,因此,美工在切图的时候,一般都会将可以拉伸的图片都制作成很小,因此,我们Android端开发人员要学会使用draw9patch制作可拉伸图片。例如:
这么小的图片:
制作成这么大的,但是又不能变形:
好了,不废话了,下面开始讲步骤:
(1)所需工具:draw9patch(路径:G:\eclipse\adt-bundle-wind...
分类:
移动开发 时间:
2015-07-21 13:03:22
阅读次数:
152
本人在安装ADT Bundle for windows的各种问题总结1.解决国内访问Google服务器的困难:1.启动 Android SDK Manager ;2.打开主界面,依次选择「Tools」、「Options…」,弹出『Android SDK Manager - Settings』窗口;3...