需要在自己的安装包下
String dir = "/data/data/com.jay.myappstudy/download"; File path = new File(dir); if (!path.exists()) { path.mkdir(); }