Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can no longer launch apps after upgrding to android sdk tools 20/platform sdk tools 12

Tags:

android

adt

I upgraded my sdk tools and now I can no longer launch apps from Eclipse (I can still install from command line. When I launch I get an error window and an empty device picker. Error window says:

An error has occurred. See error log for more details.
com.android.ddmlib.IDevice.getName()Ljava/lang/String;

I'm not sure what log to look for.

DDMS sees the device ok as well. I'm not sure whats wrong here and can't find anything on google or SO.

Thanks

like image 386
Scott Chamberlin Avatar asked Dec 21 '22 18:12

Scott Chamberlin


1 Answers

Uninstalling and then reinstalling the tools solved the issue.

like image 123
Scott Chamberlin Avatar answered Apr 29 '23 19:04

Scott Chamberlin