Friday, February 12, 2010

Apply SDK doesn't work on android eclipse

I've met a small problem during my android installation on Eclipse.
The Apply button has no effect.It was impossible to add an SDK in windows -> preferrences -> android

I can't see something like :


To resolve the problem, I make this :

cd android-sdk-linux/tools/
echo "export PATH=$(pwd):\${PATH}" >> ~/.bashrc
. ~/.bashrc
android update sdk

Then, I've met ssl error ... So I tried with Eclipse.
I go on windows -> Android SDK and AVD Manager
and I click Installed Package then Update All.
I obtain :




When I return windows-> preferrences -> android -> SDK, I have a good result :




No comments:

Post a Comment