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

 

posted on 2023-08-10 14:32  邢帅杰  阅读(61)  评论(0编辑  收藏  举报