Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3516057
  • 博文数量: 864
  • 博客积分: 14125
  • 博客等级: 上将
  • 技术积分: 10634
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-27 16:53
个人简介

https://github.com/zytc2009/BigTeam_learning

文章分类

全部博文(864)

文章存档

2023年(1)

2021年(1)

2019年(3)

2018年(1)

2017年(10)

2015年(3)

2014年(8)

2013年(3)

2012年(69)

2011年(103)

2010年(357)

2009年(283)

2008年(22)

分类: Java

2010-11-02 10:57:12

本人学习总结,欢迎讨论:
1.通过layout_margin调整文本布局:
     xmlns:android=""
   android:id="@+id/success"
   android:orientation="horizontal"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:stretchColumns="*">
      android:orientation="vertical"
      android:layout_height="fill_parent"
      android:layout_width="fill_parent"
      android:layout_gravity="center">
         android:id="@+id/win_content"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:layout_gravity="center"
      android:text="@string/win_text"
      android:layout_margin="60dip"/>

     
     
  



2.查看打印信息:切换到debug模式(eclipse右上角),创建Filter:LogTag=System.out,在新的Filter中就能看到Syssem.out.ln()打印出来的信息了。
3.如果launch失败,提示Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE,
则需要
通过界面 settings-->applications-->manage applications-->找到应用-->application Info-->uninstall 就可以正常卸载应用了,然后再上传就可以了
阅读(801) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~