- 浏览: 72359 次
- 性别:
- 来自: 上海
最新评论
-
loveljy119:
我的版本是ue16
ultraedit -
loveljy119:
file
conversions
unicode/asc2 ...
ultraedit
文章列表
1. repo sync
2. ^C
3. repo sync again
error: .repo/manifests/: contains uncommitted changes
Went to manifests, ran git status, there was one modified file in the index. git diff --cached showed one line added for a new project.
git reset --hard ; repo sync and I was back in business.
资产统计统计统计统计
http://blog.csdn.net/cellbird/archive/2005/08/07/447524.aspx
http://elinux.org/Android_Memory_Usage
OnGestureListener
http://topic.csdn.net/u/20101229/10/9bd48452-08a4-4e82-b92c-2c6fd7c95756.html?10073
http://www.linuxsir.org/main/doc/gnumake/GNUmake_v3.80-zh_CN_html/index.html#content
http://vanceinfo.health.ikang.com/
adb shell monkey -v --throttle 1000 -p package.name 50 >d:log.txt
https://github.com/edmund-wagner/junrar/downloads
http://wenku.baidu.com/view/faa54208763231126edb116e.html
我百度答案,答案是出自石老师的啊!
AndroidSDK升级后,运行draw9patch.bat会出现如下错误:
Exceptionin thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/jdesktop/swingworker/SwingWorker
at com.android.draw9patch.Application$1.run(Application.java:48)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent. ...
tab大通道
http://www.iteye.com/wiki/topic/579613
(1) 对程序签名的私有密钥有效期必须在2033年10月22日之后。
(2) 程序中必须设定了android:versionCode和android:versionName。前者用于程序的更新,后者会展示给最终用户。
(3) 在程序的manifest中必须定义了android:icon和android:label。
http://easymorse.googlecode.com/svn/tags/grid.demo-0.1.0/
http://blog.csdn.net/mtv0312/arch ...
获取已安装程序的名字、包名、版本和图标:
Java代码 1.class PInfo {
2. private String appname = "";
3. private String pname = "";
4. private String versionName = "";
5. private int versionCode = 0;
6. private Drawable icon;
7. private void prettyPrint ...
http://kyo19.iteye.com/blog/719809
apache license中文版
http://seawavecau.iteye.com/blog/190245