Unable to copy file to destination

假装没事ソ 提交于 2019-12-25 18:58:10

问题


I'm trying to record a video of the emulator. But I'm getting this error.

Unable to copy file to destination: C:\Users\Ali The Greatest.android\avd\Nexus_5X_API_29_x86.avd\tmp.webm

Are there anyone that had this error before? Or do you know how to change the default destination?


回答1:


If you are using an AVD, make sure "Use host GPU" is disabled.

To take a video recording of your app:

  • Start your app as described in Run your App in Debug Mode.
  • Click Android to open the Android DDMS tool window.
  • Click Screen Record on the left side of the Android DDMS tool window.
  • Click Start Recording.
  • Interact with your app.
  • Click Stop Recording.
  • Enter a file name for the recording and click OK.

The better option will be that you use genemotion.



来源:https://stackoverflow.com/questions/57392820/unable-to-copy-file-to-destination

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!