Skip to main content

Error in Eclipse with Android Emulator

·80 words·1 min

Error in Eclipse with Android Emulator
#

  • Error (DDMS) :
57:29 E/DeviceMonitor: Connection attempts: 1
57:30 E/DeviceMonitor: Connection attempts: 2
...
  • Solution (quick and dirty solution) :
sysctl -w net.ipv6.bindv6only=0

Edit 07/17/2011 : Another solution is to uninstall openjdk and gcj and install the officiel jdk from sun/oracle.