Android app installation error: com.android.ddmlib.SyncException: Directory not empty

被刻印的时光 ゝ 提交于 2019-12-11 01:59:23

问题


I frequently get the following error when starting an app:

[2012-06-24 11:08:53 - Myapp] Failed to install Myapp.apk on device 'emulator-5554': Directory not empty
[2012-06-24 11:08:53 - Myapp] com.android.ddmlib.SyncException: Directory not empty
[2012-06-24 11:08:53 - Myapp] Launch canceled!

The only remedy that I have found so far is to start the emulator with "Wipe out user data" which is no big deal except all the time consuming customization is lost.

Could anyone shed some light on this?

来源:https://stackoverflow.com/questions/11178662/android-app-installation-error-com-android-ddmlib-syncexception-directory-not

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