1. 打开外部数据时,应该在AndroidManifest.xml文件中添加文件读写权限 package com.bwf.a11_sql_03; import android.app.Activity; import android.database.Cursor; import an