[android-developers] Re: Eclipse : Unknown error: SDK is not loaded yet. * upgrade failed *

2009-07-29 Thread cellurl
I have same problem, SDK not loaded. I fixed it by 1. Starting eclipse 2. Click Green arrow, pick Run Configurations 3. In Run Configurations, make sure target AVD my_avd is checked. (for me, it was unchecked) On Jun 1, 11:00 pm, Mike Wolfson mwolf...@gmail.com wrote: This fixed my

[android-developers] Re: Eclipse : Unknown error: SDK is not loaded yet. * upgrade failed *

2009-06-01 Thread Mike Wolfson
This fixed my problem. Thanks Raphael. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Eclipse : Unknown error: SDK is not loaded yet. * upgrade failed *

2009-05-14 Thread Andrew Shomette
Are you still having this problem? Do you get SDK ping errors? If this is the problem, Google engineers have released a new version of their ADT plugin. Install that one. If it is something else, let me know. I can do my best to help you. You might have to go into the options and direct it to

[android-developers] Re: Eclipse : Unknown error: SDK is not loaded yet. * upgrade failed *

2009-05-14 Thread Streets Of Boston
I had similar issues. I have no idea exactly how i fixed it. At some point i noticed i forgot to set the target for each project i have (target is 1.1 or 1.5) and after setting this, and after re-starting Eclipse, refreshing and rebuilding, the issue was resolved. I don't know if this was *the*

[android-developers] Re: Eclipse : Unknown error: SDK is not loaded yet. * upgrade failed *

2009-05-14 Thread Raphael
Please check: 1- that you put the SDK path in windows preferences android = Note that this pref dialog should list the 3 sdk targets available in 1.5_r1. 2- that you selected the SDK target (1.1 or 1.5) in the properties of your project. R/ On Wed, May 13, 2009 at 8:35 PM, chrispix