com.android.ddmlib.SyncException: Too many open files

前端 未结 5 909
情话喂你
情话喂你 2020-12-17 07:23

When I attempt to run my application in Eclipse on my device, I\'ve started getting alot of com.android.ddmlib.SyncException: Too many open files exceptions/err

5条回答
  •  眼角桃花
    2020-12-17 08:05

    Essentially, that means you have a memory problem. More than likely it is a leak.

    First restart your phone and verify you are still getting the error. If so you are going to need to start digging in your code and find out where you are leaking!

    Need more help? Post some code!

提交回复
热议问题