无法使用虚拟仿真器运行演示应用程序

时间:2015-11-08 21:51:48

标签: android smartface.io

我在购买许可证之前正在评估smartface。

我想让至少一个使用android虚拟仿真器的演示应用程序。但无论我如何尝试,我都会收到此错误:

Checking Android SDK Configuration.
Emulator found: emulator-5554
Generating Exporting Packages for Android profile:"Default"
Pages, JavaScripts files are preparing
Project resources are preparing
Datasets are preparing
Installation packages are creating
Installing Emulator...
Application could not install to emulator-5554 
Error Message :     pkg: /sdcard/SmartfaceEmulator.apkFailure [INSTALL_FAILED_INVALID_URI]
Please refer to Troubleshooting document!
An error occured on launch! Please launch Smartface Emulator manually on your Android device.
Please refer to Troubleshooting document!

我在全新的 Windows 10企业版上安装了Smartface App Studio 4.4.0.4,并安装了Smartface安装程序的所有预先请求。 你的建议很受欢迎!

2 个答案:

答案 0 :(得分:1)

终于找到了自己。 事实证明,在我新创建的AVD上,SD卡不可写。 用这种方式解决了......

adb shell
mount -o rw,remount rootfs /
chmod 777 /mnt/sdcard
exit

答案 1 :(得分:0)

您遇到的这个问题似乎与Smartface无关。我认为这是关于AVD,还有其他一些关于AVD问题的问题。

您可以查看以下问题,以便尝试获得答案: Failed to install *.apk on device 'emulator-5554': EOF