[android-developers] Re: Problem setting up SDK

2008-12-20 Thread Ralf
For Eclipse you also need to install the ADT plugin. I'd recommend getting it from the official download site rather than trying to build it yourself unless you really plan to modify it. R/ On Tue, Dec 16, 2008 at 4:37 AM, Gary Thomas samoht.y...@gmail.com wrote: I've downloaded and built the

[android-developers] Re: Problem setting up SDK

2008-12-16 Thread Vladimir Kelman
Are you sure WinZip correctly unpacted all files? I experience a strange and irregular problem with WinZip crashing (unloading?) in the middle of unzipping Android SDK. Event log doesn't show any errors, but WinZip does not want to complete its job. On Dec 16, 7:37 am, Gary Thomas

[android-developers] Re: Problem setting up SDK

2008-12-16 Thread Xavier Ducrohet
if you built the SDK yourself, you must point Eclipse to the folder in which the build system puts the SDK In your case: /local/Android/out/host/yourplatform/sdk/android-sdk-yourplatform/ Xav On Tue, Dec 16, 2008 at 4:37 AM, Gary Thomas samoht.y...@gmail.com wrote: I've downloaded and built