1. 在模拟器管理器中将模拟器的FileSharing 设置为enabled,并设置好文件共享路径;
2. 打开创建好的模拟器;
3. 在命令行中输入sdb shell进入模拟器的命令行;
C:\tizen-sdk\tools>sdb shell
4. 输入su进入root用户。
sh-4.1$ su
5. 然后输入
sh-4.1# mount -t cifs //10.0.2.2/emulator-26100 /mnt/host -o unc=//10.0.2.2\\emulator-26100,user=windows用户名,pass=windows密码,noperm,rw
注意:
1)在帮助文档中写的模拟器名字,这里为emulator-26100,一定不要写成自己创建的模拟器的名字;
2)windows密码部分如果有特殊字符如!等要在密码外面加单引号;