我正在尝试使用FileSystemStorage
班级读取位于手机中的文件:
is = FileSystemStorage.getInstance().openInputStream(updateFilePath);
但我不知道将它updateFilePath
放在我的本地机器的哪里进行开发,所以为了测试这部分,我不得不使用为 android 构建的应用程序测试它(作为黑盒)。任何想法?
我正在尝试使用FileSystemStorage
班级读取位于手机中的文件:
is = FileSystemStorage.getInstance().openInputStream(updateFilePath);
但我不知道将它updateFilePath
放在我的本地机器的哪里进行开发,所以为了测试这部分,我不得不使用为 android 构建的应用程序测试它(作为黑盒)。任何想法?