0

Getting the below error while starting DDMS first time in Ubuntu 12.04

enter image description here

Added the follwing lines to ~/.bashrc

export PATH=${PATH}:~/android-sdk-linux/tools
export PATH=${PATH}:~/android-sdk-linux/platform-tools

Please help me get going with DDMS on Ubuntu 12.04.

Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166

1 Answers1

2

Did you try the below

If you are running a 64-bit distribution on your development machine, you need to install the ia32-libs package using apt-get::

Open your terminal and wonlaod using the following command

 apt-get install ia32-libs

http://developer.android.com/sdk/installing/index.html

Raghunandan
  • 132,755
  • 26
  • 225
  • 256