[android-beginners] Re: ADT 0.9.4 not working on Mac 10.6 (at least for me)

2009-11-02 Thread Carl
Xav,

Here is the entire log from install until 7:00AM this morning:

FYI - I did change the Java order hoping that might be it. I do have
this running on a beta version of Snow Leopard but I noticed it didn't
have 64-bit Java on that build. Also, I verified that I can run
android and create targets from the command line so it definitely
seems to just be the plug-in that is not working.

Carl

!SESSION 2009-10-28 08:07:57.453
---
eclipse.buildId=M20090917-0800
java.version=1.6.0_15
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product -
keyring /Users/Carl/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86 -product
org.eclipse.epp.package.java.product -keyring /Users/
Carl/.eclipse_keyring -showlocation

!ENTRY org.eclipse.core.net 1 0 2009-10-28 08:08:23.920
!MESSAGE System property http.nonProxyHosts has been set to local|
*.local|169.254/16|*.169.254/16 by an external source. This value will
be overwritten using the values from the preferences
!SESSION 2009-10-28 08:15:18.143
---
eclipse.buildId=M20090917-0800
java.version=1.6.0_15
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product -
keyring /Users/Carl/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86 -product
org.eclipse.epp.package.java.product -keyring /Users/
Carl/.eclipse_keyring -showlocation

!ENTRY org.eclipse.core.net 1 0 2009-10-28 08:15:27.147
!MESSAGE System property http.nonProxyHosts has been set to local|
*.local|169.254/16|*.169.254/16 by an external source. This value will
be overwritten using the values from the preferences

!ENTRY org.eclipse.ui 4 0 2009-10-28 08:17:28.797
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at
com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreationPage.onMinSdkVersionFieldModified
(Unknown Source)
at
com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreationPage.access
$27(Unknown Source)
at
com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreationPage
$12.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3543)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1250)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1273)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3441)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3100)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:
117)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2
(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent
(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3543)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1250)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1273)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3441)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3100)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault
(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start
(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run
(EclipseAppHandle.java:194)
at

[android-beginners] Re: ADT 0.9.4 not working on Mac 10.6 (at least for me)

2009-10-29 Thread Xavier Ducrohet

You mean you're not seeing the android preferences panel in the main
Eclipse prefs window?

Can you post your log file? It's in your workspace: workspace/.metadata/.log

thanks
Xav

On Wed, Oct 28, 2009 at 6:51 AM, Carl cbarto...@gmail.com wrote:

 First, let me say I just did this last week with 0.9.3 and SDK 1.6
 successfully so I do know how to do it... :)

 I have built a clean OSX installation and installed Eclipse 3.5,
 downloaded SDK R3 for Mac and installed ADT as instructed.

 When I click the Android icon on the toolbar it gives me the familiar
 message that I have not setup the location of the SDK but when I click
 the button it never brings up the window to set it up.

 So, if I try to create an Android application there is no target to
 select since no emulators, etc. have been created.

 Has anyone else seen this and is there a workaround?

 




-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

Please do not send me questions directly. Thanks!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---