炎炎设计
进入调试,看一下你的filepath是否正确。我用的是public static final String GEO_FILENAME="/OfflineVector/dldata.geodatabase";String filename=Environment.getExternalStorageDirectory().getAbsolutePath()+GEO_FILENAME;try {geodatabase =new Geodatabase(filename);} catch (FileNotFoundException e) {// TODO Auto-generated catch blocke.printStackTrace();}