On Sun, Jun 6, 2010 at 2:25 PM, blahblah...@gmail.com
<blahblah...@gmail.com> wrote:
> - When you run the "sdk setup.exe", the very first thing that happens
> is that it informs you that it can't connect using https, so you have
> to change the options to use 'http' instead. This appears to be a bug
> in the .exe rather than any kind of user issue because the https url
> works fine in the browser and this error seems to affect everyone.
> Sure, it's trivial to work around (just do a google search and you
> figure it out in 5 seconds), but the user shouldn't have to do that.
> It makes it look unprofessional.

Ugh, we thought we had fixed this in rev 5 for the tools, but it looks
like the fix isn't working on windows if you have a space in your
standard java.ext.dirs path (which is the default anyway due to
"program Files").

Anyway, I don't remember seeing someone complain that rev 5 didn't fix
it for them (maybe you guys don't read the release notes?).

I just checked in a fix for this.

> - When you view a TabWidget in the layout editor it crashes.

This is know issue. The problem is that TabWidget cannot be used
alone, it requires to be placed in a tabHost which must also contain a
Framelayout (and both the Framelayout and the TabWidget must have very
specific IDs, which the layout will automatically give, at least for
the TabWidget).

The problem is that the Android framework will throw and exception if
something is missing regarding TabHost/TabWidget. Since the layout
editor uses the Android view system to do the rendering, the rendering
fail as well. Clearly we need to improve this particular use case, but
right now we're focusing on having a layout editor that's actually
usable.

Xav
-- 
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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to