
android
github_17844375
这个作者很懒,什么都没留下…
展开
-
adb命令行详解
step1:手机连上电脑step原创 2014-07-18 18:53:26 · 639 阅读 · 0 评论 -
Android API Level
Android 4.0 14ICE_CREAM_SANDWICH Platform HighlightsAndroid 3.2 13HONEYCOMB_MR2 Android 3.1.x 12HONEYCOMB_MR1 Platform HighlightsAndroid 3.0.x 11HONEYCOMB Platform HighlightsAndroid 2原创 2014-07-30 10:01:39 · 694 阅读 · 0 评论 -
android.database.CursorIndexOutOfBoundsException
android.database.Cursor 在调用 cursor.getString(index); 方法时出现原创 2014-08-01 09:12:27 · 457 阅读 · 0 评论 -
android.util.Pair
Container to ease passing around a tuple of two objects. This object provides a sensible implementation of equals(), returning true if equals() is true on each of the contained objects. p原创 2014-08-07 15:01:38 · 2574 阅读 · 0 评论 -
Android单元测试
在AndroidManifest.xml中原创 2014-08-07 13:56:57 · 424 阅读 · 0 评论 -
android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT
The documentation of that exception says:/** * An exception that indicates that an IO error occured while accessing the * SQLite database file. */Which might be an indication for the fo原创 2014-09-23 11:52:55 · 4155 阅读 · 1 评论 -
通过命令行创建Android项目
-n 项目名称-t Android平台-p 保存路径-k 包名-a原创 2014-10-11 13:43:15 · 508 阅读 · 0 评论