Reputation: 6073
I just installed Eclipse 3.6.1 and added the ADT Plugin v9 on Mac OS X 10.6.6. When I go to preferences to add the path to the Android SDK, I get a popup with "Thanks for using the Android SDK!" with a checkbox for enabling usage stats. At this point, Eclipse freezes, and I can neither continue nor cancel.
I have to force quit Eclipse, and when relaunching, the same issue appears every time.
Any ideas how to avoid or bypass this? I suppose the popup will only be displayed until some config value has been set to first_launch = false or similar.
Upvotes: 7
Views: 2983
Reputation: 298
Hit ESC, click Proceed in the SDK Popup, reopen Preferences. This the easiest procedure.
Upvotes: 0
Reputation: 51
This is sort of a bug. Ive reinstalled Eclipse and Android SDK yesterday and had the same problem.
The solution is, that er is another dialog opened in the background which catches the mouse focus. So Eclipse does not freeze but you cannot click anything because the Android Dialog has no focus.
Just open Expose (shop alle opened windows and dialogs), pick the other dialog which is opened in Eclipse and confirm it. After that you will be able to confirm the android dialog as well.
Upvotes: 5
Reputation: 11
Simply create a new android app using wizard. It will pop the window too, but this window is clickable.
Upvotes: 1
Reputation: 11
It would help us if you could file a bug on this at http://code.google.com/p/android/issues/list so we can debug and hopefully fix it. We saw something similar to this on Windows a long time ago, but it's new on Mac as far as we know.
If you do file a bug, please include the Eclipse "edition"/package you downloaded (e.g. J2EE vs. J2SE, etc.), and what other plugins you've installed, if any.
In the meantime, you can get around the lockup by running a tool like ddms directly from Finder; that will cause the popup to appear outside of Eclipse, and you can dismiss it and move on. After that it should work from within Eclipse.
Upvotes: 1
Reputation: 77
Click on Window -> Android SDK and AVD Manager This will complain that android sdk location is not set in preferences and will popup the dialog saying "Thanks for using the Android SDK". You'll be able to click on proceed and dialog will disappear.
Now go to preferences and set your android sdk location.
Upvotes: 6