(The reason I'm asking is that the Mac I build the open source repo SDKs on has a copy of Snow Leopard sitting next to it, which I'm taking as a subtle hint my wife wants to upgrade her machines OS :)).
Al.
--
* Looking for Android apps?, try http://andappstore.com/ *
======
Funky Android Limited is registered in England & Wales with the
company number 6741909. The registered head office is Kemp House,
152-160 City Road, London, EC1V 2NX, UK.
The views expressed in this email are those of the author and not
necessarily those of Funky Android Limited, it's associates, or it's
subsidiaries.
http://source.android.com/download says; "At the moment MacOS 10.6 ("Snow Leopard") is not supported. "
I've not tried, but I don't want to upgrade the machine only to find I can't build the SDK any more.
Al.
--
* Looking for Android apps?, try http://andappstore.com/
*
======
Funky Android Limited is registered in England & Wales with the
company number 6741909. The registered head office is Kemp House,
152-160 City Road, London, EC1V 2NX, UK.
The views expressed in this email are those of the author and not
necessarily those of Funky Android Limited, it's associates, or it's
subsidiaries.
Thanks.
I've heard there are some issues and a .1 update is already doing the rounds of developers, so I'm planning to hold off for a bit anyway, but if it doesn't work with the Donut build and there are no plans to support it for Éclair I think I might end up scouring eBay for a second hand Intel Mac Mini.
Google Webtoolkit also does a check and what many users did there was
to copy over java 5 from leopard
Of course whether such a change would survive a system update and how
to update the java for bug fixes are other questions but...
> When you run the emulator, supply the command line flag
>
> -logcat "*:v"
>
> and see if it ever prints anything. That will replicate the 'adb
> logcat' text on the emulator's stdout.
It doesn't print anything at all.
emulator -sysdir /Volumes/android/mydroid/out/target/product/generic -
kernel /Volumes/android/mydroid/prebuilt/android-arm/kernel/kernel-
qemu -system /Volumes/android/mydroid/out/target/product/generic/
userdata.img -logcat "*:v"
2009-10-07 20:47:33.965 emulator[52363:903] Warning once: This
application, or a library it uses, is using NSQuickDrawView, which has
been deprecated. Apps should cease use of QuickDraw and move to Quartz.
<nothing here after a few minutes>
---
fastest mac firefox!
http://wagerlabs.com
> Yuck. That typically means that qemu isn't starting up at all.
How do I troubleshoot this?
---
> Android plain terminal font text with a blinking cursor or Android
> shiny metalic animated text?
I have it up and running now. emulator ... -verbose helped point out
that it wasn't finding the image.
I put my notes here:
https://wiki.mozilla.org/User:Joel_Reymont/Android_Notes
Thanks, Joel