Andorid
q869117276
这个作者很懒,什么都没留下…
展开
-
adb push 命令的使用及遇到的问题
adb push XX / 会提示 Read-Only file system 这是转载 2014-09-09 14:43:15 · 2038 阅读 · 0 评论 -
获取缓存路径、获得应用version号码
//获取缓存路径 public static File getDiskCacheDir(Context context, String uniqueName) { String cachePath; if (Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState()) |转载 2015-12-08 19:15:16 · 266 阅读 · 0 评论