
Android
iteye_10251
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android环境搭建 ADT(jdk+eclipse+android sdk)
android环境搭建 ADT(jdk+eclipse+android sdk) (1) java JDK 安装,略,我本机装的是1.6.0_37; (2)下载Android sdk. 官网:http://developer.android.com/sdk/index.html 我这里下载的是android-sdk_r20.0.3-windows.zip 后,解压缩到c盘an...原创 2012-11-06 23:56:38 · 162 阅读 · 0 评论 -
Android - Eclipse 基础修改
1:更改APP的icon图标: APP的icon在Project/AndroidManifest.xml文件中 e.g. <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package...原创 2012-11-08 23:05:42 · 153 阅读 · 0 评论 -
android中The connection to adb is down 解决方法
运行eclipse执行android应用,控制台报错:[2012-11-13 13:37:07 - DemoSong] The connection to adb is down, and a severe error has occured. [2012-11-13 13:37:07 - DemoSong] You must restart adb and Eclipse. [20...原创 2012-11-13 13:38:15 · 126 阅读 · 0 评论 -
Android 短信发送
activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="wrap_content" andro...原创 2012-11-13 15:57:23 · 108 阅读 · 0 评论 -
Android Component 简介
android:layout_width只能设置fill_parent(横向填充整个屏幕)或wrap_content(横向填充控件本身大小)android:width设置具体控件的横向大小 单位是像素 -------------...原创 2012-11-22 15:03:44 · 1322 阅读 · 0 评论 -
Android 各种布局技术-五大布局对象
android:layout_width只能设置fill_parent(横向填充整个屏幕)或wrap_content(横向填充控件本身大小)android:width设置具体控件的横向大小 单位是像素 FrameLayout, LinearLayout , AbsoluteLayout, RelativeLayout, TableLayout. ----- FrameLayo...原创 2012-11-22 15:04:06 · 201 阅读 · 0 评论