Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java android中的程序,如何不对sd卡android模拟器中的文件路径进行硬编码,即java中的程序接受来自用户的文件到sd卡android模拟器。
获取文件夹的路径
path=Environment.getExternalStoragePublicDirectory("foldername");