利用ContentResolver 读取本地视频大小和时长时,抛出了一个异常:Exceptionandroid.database.sqlite.SQLiteException: near “Girls”: syntax error(code 1): , while compiling: SELECT _id, title, _size, duration, _data FROM video WHERE (_data=’/mnt/hd/Movies/Wonder ‘Girls - Nobody.avi’)
String where = MediaStore.Audio.Media.DATA + "=" + "'"
+ mDataList.get(i).getPath() + "'";