应用更新一直提示解析包失败,之前是把最新的应用下载到spa
mContext.getFilesDir().getPath();这个目录。get
改为Environment.getExternalStorageDirectory() + "/";这个就行了.