2015-11-08 56 views
0

我在購買許可證之前正在評估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 prerequest由Smartface安裝程序安裝。 你的建議是非常appriciated!

回答

1

終於想通了自己。 原來在我新創建的AVD上,sdcard不可寫。 這樣解決了...

adb shell 
mount -o rw,remount rootfs/
chmod 777 /mnt/sdcard 
exit 
相關問題