Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an emulator that it's snapshot is enabled.My App has no error,but some times when I want to test my App on that emulator,installation failed and I see these in console:

android com.android.ddmlib.SyncException: Directory not empty

I try clean/build project,re open emulator,restart eclipse and even restart my PC.But it seems they can not solve this problem.Do you know what causes this problem and how I can solve it?

share|improve this question
maybe a duplicate of stackoverflow.com/questions/11178662/… – Henry Mar 16 at 5:26
I got this type Error in one time i just delete this emulator and recreate another problem is solve. – Zala Janaksinh Mar 16 at 5:32
@ZalaJanaksinh It is not a recommended way.I need other Apps,data,... that are in emulator. – hasanghaforian Mar 16 at 5:38

1 Answer

up vote 0 down vote accepted

I restart emulator from snapshot then uninstall my App from it and try again and no problem occurs.I don't know caused this problem,but it seems to be solved in this manner.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.