系统的文件夹路径



在我的xamarin android应用中,我在以下路径系统中存储屏幕屏幕。当我在Windows Simulator上运行该应用程序时,该文件确切存储在哪里?我搜索了几乎整个系统,但没有运气。我指的是互联网上的许多链接,再也没有运气。在Windows 10系统上,我到底可以看到这些数据。我将其设置为使用以下代码为字符串filepath = system.environment.getFolderPath(system.environment.specialfolder.mydocuments( "/screen1.png";

在调试时,我可以将filepath的价值视为"/data/user/0/arcgisandroid.arcgisandroid/files/files/screen1.png"

当我尝试使用应用程序中的本地目录时,我会受到关注错误:{java.io.filenotfoundexception:c: t t sampless.png:open Failed:erofs(仅读取文件系统(--->>>>>>android.systems.errnoexception:打开失败:erofs(仅读取文件系统( ---内部异常的结尾堆栈跟踪--- 在System.Runtime.Exceptionservices.exceptiondispatchinfo.throw(([0x0000c] in< 3fd174ff54b146228c505f23cf75ce71>:0 在Java.interop.jnienvironment。

他们在Xamarin.android中的一种方式将文件存储在本地以交叉检查?

您可以从高级工具选项的" SD卡"选项卡中将文件推到虚拟SD文件夹。

请参阅:https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/debug-on-emulator/visual-studio-studio-android-emulator/

该文件不是存储在窗口上,而是在其上运行的虚拟机上存储。您无法从Windows获得它。

相关内容

  • 没有找到相关文章

最新更新