Search code examples
androidddms

android ddms error


i'm getting this error when i run the ddms in android sdk tools:

alt text

From adb i change some settings from the Preferences > misc and i set the logging level as debbug.

alt text

and now i getting this:

alt text

Can you please help me to find out what the problem is?

Thank you


Solution

  • I think it might be that the location of adb.exe has been moved from the tools directory to platform-tools. Try adding YourandroidSDK\platform-tools to your path.