[android-developers] Re: Android 1.5 SDK now available

2009-08-27 Thread midtoad

Xavier mentioned a bug that was supposed to be fixed for the final
release of the 1.5 SDK, but seems to still be in the 1.5_r3 release.
The New XML File Wizard does not work for me in the Mac OS X version
of the SDK. This is a huge problem for me as keytool relies on this in
order to sign an app.   There are workarounds for simply creating a
regular xml file, but the File Export tool requires this functionality
in order to create a new keystore for use in signing the app.

thanks
Stewart

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-08-24 Thread RichardMAN

Hey guys

Does anyone know would the other Google Maps API service classes such
as GDirections be available to Google API in android?

Regards
RichardMAN

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-07-28 Thread rk

Hi,

I am have the Ubuntu PC, where I installed the Android SDK 1.5 r3. But
when I use adb that tool is working fine. But at the same time when I
use the android command I am getting the following error.

Exception in thread main java.lang.AssertionError
   at com.android.sdkmanager.CommandLineProcessor.define
(CommandLineProcessor.java:758)
   at com.android.sdkmanager.SdkCommandLine.init(SdkCommandLine.java:
96)
   at com.android.sdkmanager.Main.init(Main.java:125)
   at com.android.sdkmanager.Main.run(Main.java:80)
   at com.android.sdkmanager.Main.main(Main.java:72

I am not able to create and launch the emulator using avd.

My System configuration :

OS : Ubuntu 8.10 Linux android-desktop 2.6.27-7-generic #1
SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linu

Processor : Intel core 2 Duo

Can some one help me to solve my problem...

thxv

On Jun 27, 2:29 am, erictcrook erictcr...@gmail.com wrote:
 The following should have all the information you need to update your Dev
 Phone.http://www.htc.com/www/support/android/adp.html

 On Fri, Jun 26, 2009 at 11:05 AM, Kiran Mudiam mud...@gmail.com wrote:

  Can you post a link to ROM you downloaded for the 1.5 cupcake update
  for the G1 Developer phone.

  On May 6, 1:32 pm, DJMoran danmo...@blueyonder.co.uk wrote:
   Never mind I've got it from HTC.com now

   On May 6, 9:30 pm, DJMoran danmo...@blueyonder.co.uk wrote:

I've got a dev phone but I ahven't received the firmware update, nor
is it available through the system update option

On May 5, 6:04 pm, Sonert soner...@gmail.com wrote:

 Any idea when the update is going to be pushed to all android phone
 not just Dev models?

 On Apr 27, 11:12 am, Xavier Ducrohet x...@android.com wrote:

  Hello developers,

  The Android 1.5 SDK, and the 1.5 images for ADP1 are now available
  for download.

  More information athttp://
  android-developers.blogspot.com/2009/04/android-15-is-here.html

  Xav
  --
  Xavier Ducrohet
  Android Developer Tools Engineer
  Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-07-28 Thread Dianne Hackborn
Hi, unfortunately there is no way for this to happen.  There are a number of
things at play:

- Only critical bugs (typically meaning security bugs) are at all likely to
warrant delivering an update.  There is a lot of work around building (for
the rapidly growing number of device configurations), qualifying, carrier
accepting, and delivering such updates.

- We are still dealing with accepting external contributions into the code.
I think this will start happening significantly in Eclair, but at this point
very few have made it in.

- We actually wouldn't want this kind of bug fix in an intermediate release,
since it impacts the behavior of applications.  This kind of change would
require bumping the platform SDK version so that applications can indicate
that they only work with a newer version that has the change, and we would
like to only make such a change in more significant platform releases to
help control the number of such versions that developers must deal with.

- Increasingly, there is just not going to be a way to push all devices up
to newer versions, so dealing with older versions of the platform is going
to be a normal part of things.  For example, even if this bug fix were put
into the Cupcake branch as a new release, we have no control over when it
would appear on HTC Hero or whatever else devices, so you'll still need to
deal with the older version indefinitely.

On Wed, May 27, 2009 at 9:18 PM, Jonathan Herriott herri...@gmail.comwrote:


 I talked to Romain Guy about a bug that is in 1.5 that is a huge bug
 (to me) with no good work-a-around that I am experiencing, but I don't
 know how many other people will run into the issue (Issue 2773 if
 you're interested).  I was wondering if I fix the issue myself and
 check it in, is it possible to somehow get it in before donut as I was
 informed that donut will be out before the end of the year, and I just
 can't wait that long.

 As a side note, is it possible to put a process in place, if it does
 not already exist, to allow minor bug changes into the current android
 stack that the carrier/oem can pick up at their convenience?  This way
 a person in my position can commit the changes to the current stack
 and hope the operator picks it up quickly and pushes it to the user
 phones instead of waiting for the next release?
 



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-06-26 Thread Kiran Mudiam

Can you post a link to ROM you downloaded for the 1.5 cupcake update
for the G1 Developer phone.

On May 6, 1:32 pm, DJMoran danmo...@blueyonder.co.uk wrote:
 Never mind I've got it from HTC.com now

 On May 6, 9:30 pm, DJMoran danmo...@blueyonder.co.uk wrote:

  I've got a dev phone but I ahven't received the firmware update, nor
  is it available through the system update option

  On May 5, 6:04 pm, Sonert soner...@gmail.com wrote:

   Any idea when the update is going to be pushed to all android phone
   not just Dev models?

   On Apr 27, 11:12 am, Xavier Ducrohet x...@android.com wrote:

Hello developers,

The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
download.

More information 
athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

Xav
--
Xavier Ducrohet
Android Developer Tools Engineer
Google Inc.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-06-26 Thread erictcrook
The following should have all the information you need to update your Dev
Phone.
http://www.htc.com/www/support/android/adp.html

On Fri, Jun 26, 2009 at 11:05 AM, Kiran Mudiam mud...@gmail.com wrote:


 Can you post a link to ROM you downloaded for the 1.5 cupcake update
 for the G1 Developer phone.

 On May 6, 1:32 pm, DJMoran danmo...@blueyonder.co.uk wrote:
  Never mind I've got it from HTC.com now
 
  On May 6, 9:30 pm, DJMoran danmo...@blueyonder.co.uk wrote:
 
   I've got a dev phone but I ahven't received the firmware update, nor
   is it available through the system update option
 
   On May 5, 6:04 pm, Sonert soner...@gmail.com wrote:
 
Any idea when the update is going to be pushed to all android phone
not just Dev models?
 
On Apr 27, 11:12 am, Xavier Ducrohet x...@android.com wrote:
 
 Hello developers,
 
 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available
 for download.
 
 More information athttp://
 android-developers.blogspot.com/2009/04/android-15-is-here.html
 
 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.
 
 
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-27 Thread Jonathan Herriott

I talked to Romain Guy about a bug that is in 1.5 that is a huge bug
(to me) with no good work-a-around that I am experiencing, but I don't
know how many other people will run into the issue (Issue 2773 if
you're interested).  I was wondering if I fix the issue myself and
check it in, is it possible to somehow get it in before donut as I was
informed that donut will be out before the end of the year, and I just
can't wait that long.

As a side note, is it possible to put a process in place, if it does
not already exist, to allow minor bug changes into the current android
stack that the carrier/oem can pick up at their convenience?  This way
a person in my position can commit the changes to the current stack
and hope the operator picks it up quickly and pushes it to the user
phones instead of waiting for the next release?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-25 Thread paramendra

I am looking for some place online where Donut Android is plainly
described for the layperson. Do you know of any such? How is it
different from Cupcake? I get the impression Donut will give a richer
media experience. But is there any detailed list of features
somewhere?

http://technbiz.blogspot.com/2009/05/android-architecture.html

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-18 Thread teo2706

Hello Xavier,

Are there any changes in the dx tool between android 1.5 - $
{android.home}\platforms\android-1.5\tools\lib\dx.jar and android 1.1
- ${android.home}\platforms\android-1.1\tools\lib\dx.jar? Based on my
experience, I believe, there are some changes in the codes, that dx
tool generates especially the codes for methods, that are defined in
superclasses and are not overriden in the successor.

At the same time, I have the feeling, that the android sdk 1.5 release
may have been released with one and the same version of the dx tool in
android 1.5 and android 1.1 folders. Can you please check this?

---
Regards,
Teodor

On 27 Апр, 21:12, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
 download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-11 Thread G8

when can I have a phone with android OS?

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-07 Thread Avatar Ng

I just bought an Android Dev Phone 1 (HTC Dream). recently upgraded
with the latest 1.5 (cupcake, image from grabbed from HTC's site).

I wonder anyone had notice this, but i found that Dream 1's touch
screen is slow response (not sensitive, accurate, tolerance enough,
which in return making the qwerty keyboard impossible to use).

does version 1.1 or 1.0 having this kinda issue?

by Avatar Ng

On Apr 28, 2:12 am, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
 download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-06 Thread icedfusion

I too am having this exact same problem. It seems to be related to
64bit versions of linux.
In terms of developing on linux, this release is a backward step - its
unusable.
I may have to revert back to the previous release, if that is indeed
an option.

ice.

On Apr 27, 8:41 pm, Javi javierjc1...@gmail.com wrote:
 I have problems with the new sdk (1.5),

 A dialog show with a error a and suggest me to exit the workbench.
 Other dialog appear with a pingUsageServer failed:
 Android SDK Ping
 pingUsageServer failed

 The .log file says:

 !SESSION 2009-04-27 21:31:38.570 
 ---
 eclipse.buildId=M20090211-1700
 java.version=1.6.0_13
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES
 Command-line arguments:  -os linux -ws gtk -arch x86_64

 !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:46.358
 !MESSAGE Failed to load properties file for project 'WifiScan'

 !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:48.330
 !MESSAGE pingUsageServer failed
 !STACK 0
 org.eclipse.swt.SWTError: Not implemented [multiple displays]
         at org.eclipse.swt.SWT.error(SWT.java:3803)
         at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
         at org.eclipse.swt.widgets.Display.create(Display.java:842)
         at org.eclipse.swt.graphics.Device.init(Device.java:154)
         at org.eclipse.swt.widgets.Display.init(Display.java:471)
         at org.eclipse.swt.widgets.Display.init(Display.java:462)
         at 
 com.android.sdkstats.SdkStatsService.getUserPermission(SdkStatsService.java:278)
         at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:126)
         at 
 com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer(Unknown
 Source)
         at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:48.341
 !MESSAGE pingUsageServer failed
 !STACK 0
 org.eclipse.swt.SWTError: Not implemented [multiple displays]
         at org.eclipse.swt.SWT.error(SWT.java:3803)
         at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
         at org.eclipse.swt.widgets.Display.create(Display.java:842)
         at org.eclipse.swt.graphics.Device.init(Device.java:154)
         at org.eclipse.swt.widgets.Display.init(Display.java:471)
         at org.eclipse.swt.widgets.Display.init(Display.java:462)
         at 
 com.android.sdkstats.SdkStatsService.getUserPermission(SdkStatsService.java:278)
         at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:126)
         at 
 com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer(Unknown
 Source)
         at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 I use the latest Ubuntu jaunty and Sun JDK
 The previous Android SDK  (1.1) works without problems

 I tried to do a clean installation of the eclipse and the sdk but the
 problem persist

 Anybody else with this problem?
 --
 Javier Jardón Cabezas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-06 Thread Roderick Kennedy

No reply to my question so far, here is the error I get in full:

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\.\Android\Toolsandroid create avd -t 1 -n android1.1
Exception in thread main java.lang.NullPointerException
at java.util.Collections$UnmodifiableMap.init(Unknown
Source)
at java.util.Collections.unmodifiableMap(Unknown Source)
at com.android.sdklib.avd.AvdManager$AvdInfo.init
(AvdManager.java:196)

at com.android.sdklib.avd.AvdManager.parseAvdInfo
(AvdManager.java:981)
at com.android.sdklib.avd.AvdManager.buildAvdList
(AvdManager.java:896)
at com.android.sdklib.avd.AvdManager.init(AvdManager.java:
310)
at com.android.sdkmanager.Main.createAvd(Main.java:512)
at com.android.sdkmanager.Main.doAction(Main.java:207)
at com.android.sdkmanager.Main.run(Main.java:83)
at com.android.sdkmanager.Main.main(Main.java:72)

I am using Windows Vista Ultimate, SP 1, with the latest Java. I
installed 1.5 after using the 1.5 preview, though I did of course
follow the instructions re. uninstalling the existing ADT.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-06 Thread DJMoran

I've got a dev phone but I ahven't received the firmware update, nor
is it available through the system update option

On May 5, 6:04 pm, Sonert soner...@gmail.com wrote:
 Any idea when the update is going to be pushed to all android phone
 not just Dev models?

 On Apr 27, 11:12 am, Xavier Ducrohet x...@android.com wrote:



  Hello developers,

  The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
  download.

  More information 
  athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

  Xav
  --
  Xavier Ducrohet
  Android Developer Tools Engineer
  Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-06 Thread DJMoran

Never mind I've got it from HTC.com now

On May 6, 9:30 pm, DJMoran danmo...@blueyonder.co.uk wrote:
 I've got a dev phone but I ahven't received the firmware update, nor
 is it available through the system update option

 On May 5, 6:04 pm, Sonert soner...@gmail.com wrote:



  Any idea when the update is going to be pushed to all android phone
  not just Dev models?

  On Apr 27, 11:12 am, Xavier Ducrohet x...@android.com wrote:

   Hello developers,

   The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
   download.

   More information 
   athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

   Xav
   --
   Xavier Ducrohet
   Android Developer Tools Engineer
   Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-03 Thread Mark

I'm getting this same error message.  Any idea what's causing it?

I'm running:

- Ubuntu 9.04
- NVIDIA accelerated graphics driver (version 180)
- Sun JDK 1.6.0_13
- Eclipse Version: 3.4.2 (Build id: M20090211-1700)
- Android Development Toolkit (version 0.9.0.v200904221)

On Apr 28, 5:41 am, Javi javierjc1...@gmail.com wrote:
 I have problems with the new sdk (1.5),

 A dialog show with a error a and suggest me to exit the workbench.
 Other dialog appear with a pingUsageServer failed:
 Android SDK Ping
 pingUsageServer failed

 The .log file says:

 !SESSION 2009-04-27 21:31:38.570 
 ---
 eclipse.buildId=M20090211-1700
 java.version=1.6.0_13
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES
 Command-line arguments:  -os linux -ws gtk -arch x86_64

 !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:46.358
 !MESSAGE Failed to load properties file for project 'WifiScan'

 !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:48.330
 !MESSAGE pingUsageServer failed
 !STACK 0
 org.eclipse.swt.SWTError: Not implemented [multiple displays]
         at org.eclipse.swt.SWT.error(SWT.java:3803)
         at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
         at org.eclipse.swt.widgets.Display.create(Display.java:842)
         at org.eclipse.swt.graphics.Device.init(Device.java:154)
         at org.eclipse.swt.widgets.Display.init(Display.java:471)
         at org.eclipse.swt.widgets.Display.init(Display.java:462)
         at 
 com.android.sdkstats.SdkStatsService.getUserPermission(SdkStatsService.java:278)
         at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:126)
         at 
 com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer(Unknown
 Source)
         at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 !ENTRY com.android.ide.eclipse.adt 4 0 2009-04-27 21:31:48.341
 !MESSAGE pingUsageServer failed
 !STACK 0
 org.eclipse.swt.SWTError: Not implemented [multiple displays]
         at org.eclipse.swt.SWT.error(SWT.java:3803)
         at org.eclipse.swt.widgets.Display.checkDisplay(Display.java:712)
         at org.eclipse.swt.widgets.Display.create(Display.java:842)
         at org.eclipse.swt.graphics.Device.init(Device.java:154)
         at org.eclipse.swt.widgets.Display.init(Display.java:471)
         at org.eclipse.swt.widgets.Display.init(Display.java:462)
         at 
 com.android.sdkstats.SdkStatsService.getUserPermission(SdkStatsService.java:278)
         at com.android.sdkstats.SdkStatsService.ping(SdkStatsService.java:126)
         at 
 com.android.ide.eclipse.common.SdkStatsHelper.pingUsageServer(Unknown
 Source)
         at com.android.ide.eclipse.adt.AdtPlugin$12.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 I use the latest Ubuntu jaunty and Sun JDK
 The previous Android SDK  (1.1) works without problems

 I tried to do a clean installation of the eclipse and the sdk but the
 problem persist

 Anybody else with this problem?
 --
 Javier Jardón Cabezas

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-02 Thread Raphael

The emulator uses your host (desktop) computer for connecting to the internet.
R/

2009/5/1 Lucky-dog honglian...@gmail.com:

 Hi all
I had install SDK 1.5 and setup AVDs on My windows XP. All these
 things got done successfully. But after I start the emulator up, it
 seems GSM modem has not started and got No Service. Would you like to
 let me know how to fix it? Do emulator require Internet connection as
 I had no broad band internet connection now?


 On 5月2日, 上午7时40分, a druid klausf...@gmail.com wrote:
 Hi havexz.

 I backup your proposal. Knowing when a feature has been introduced is
 very useful.
 I suggested something similiar some days ago (if I didn't forget to
 send it)

 On Apr 27, 11:41 pm, havexz bali.param...@gmail.com wrote:



  Thanks Xav for the update.

  I have a suggestion regarding the online 1.5 sdk documentation. Is it
  possible to add the the sdk version (version with which the API is
  introduced) with the APIs in the reference section.

  Example (just a fake example):

  onLayout(boolean changed, int l, int t, int r, int b)
  sdk_v1.0

  onMeasure(int widthMeasureSpec, int heightMeasureSpec)
  sdk_v1.5

  This will help developers to know which apis are new and which ones
  are old and help them cofigure there releases (using minSdkVersion)
  easily and efficiently.

  This kind of notation is also used in Windows Mobile SDK.

  Havexz

  On Apr 27, 1:12 pm, Xavier Ducrohet x...@android.com wrote:

   Hello developers,

   The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
   download.

   More information 
   athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

   Xav
   --
   Xavier Ducrohet
   Android Developer Tools Engineer
   Google Inc.- 隐藏被引用文字 -

 - 显示引用的文字 -
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-01 Thread a druid

Hi havexz.

I backup your proposal. Knowing when a feature has been introduced is
very useful.
I suggested something similiar some days ago (if I didn't forget to
send it)


On Apr 27, 11:41 pm, havexz bali.param...@gmail.com wrote:
 Thanks Xav for the update.

 I have a suggestion regarding the online 1.5 sdk documentation. Is it
 possible to add the the sdk version (version with which the API is
 introduced) with the APIs in the reference section.

 Example (just a fake example):

 onLayout(boolean changed, int l, int t, int r, int b)
 sdk_v1.0

 onMeasure(int widthMeasureSpec, int heightMeasureSpec)
 sdk_v1.5

 This will help developers to know which apis are new and which ones
 are old and help them cofigure there releases (using minSdkVersion)
 easily and efficiently.

 This kind of notation is also used in Windows Mobile SDK.

 Havexz

 On Apr 27, 1:12 pm, Xavier Ducrohet x...@android.com wrote:

  Hello developers,

  The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
  download.

  More information 
  athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

  Xav
  --
  Xavier Ducrohet
  Android Developer Tools Engineer
  Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-05-01 Thread Lucky-dog

Hi all
I had install SDK 1.5 and setup AVDs on My windows XP. All these
things got done successfully. But after I start the emulator up, it
seems GSM modem has not started and got No Service. Would you like to
let me know how to fix it? Do emulator require Internet connection as
I had no broad band internet connection now?


On 5月2日, 上午7时40分, a druid klausf...@gmail.com wrote:
 Hi havexz.

 I backup your proposal. Knowing when a feature has been introduced is
 very useful.
 I suggested something similiar some days ago (if I didn't forget to
 send it)

 On Apr 27, 11:41 pm, havexz bali.param...@gmail.com wrote:



  Thanks Xav for the update.

  I have a suggestion regarding the online 1.5 sdk documentation. Is it
  possible to add the the sdk version (version with which the API is
  introduced) with the APIs in the reference section.

  Example (just a fake example):

  onLayout(boolean changed, int l, int t, int r, int b)
  sdk_v1.0

  onMeasure(int widthMeasureSpec, int heightMeasureSpec)
  sdk_v1.5

  This will help developers to know which apis are new and which ones
  are old and help them cofigure there releases (using minSdkVersion)
  easily and efficiently.

  This kind of notation is also used in Windows Mobile SDK.

  Havexz

  On Apr 27, 1:12 pm, Xavier Ducrohet x...@android.com wrote:

   Hello developers,

   The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
   download.

   More information 
   athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

   Xav
   --
   Xavier Ducrohet
   Android Developer Tools Engineer
   Google Inc.- 隐藏被引用文字 -

 - 显示引用的文字 -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-30 Thread Roderick Kennedy

I tried to upgrade from the 1.5 preview (which worked fine). The new
0.9 ADT and DDMS installed OK, after uninstalling the old ones. But
creating an avd fails with a java.lang.NullPointerException.
Any suggestions?

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-29 Thread tj

Thanks for the new SDK. I've played with all previous SDKs but this
was the first one that required some fighting.

I wanted to run the emulator directly on Windows after unzipping files
but the emulator exe didn't launch, complaining about virtual devices.
I had to spend a few minutes to do the following tricks:

C:\android-sdk-windows-1.5_r1\toolsandroid create avd -t 2 -n 1.5
Android 1.5 is a basic Android platform.
Do you wish to create a custom hardware profile [no]
Created AVD '1.5' based on Android 1.5

C:\android-sdk-windows-1.5_r1\toolsemulator -avd 1.5

Maybe you could explain the above right in the beginning of the SDK
documentation?

Tomi

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-29 Thread SHD

Congrts!

Shuhrat

P.S. Your blog is still linking to SDK 1.1_r1.


On Apr 28, 3:12 am, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
 download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-28 Thread AlexK

Hi,

Why Android team does not include Ukraine language into release?!

Translation to all applications was uploaded long time ago.
Please take a look at https://review.source.android.com/Gerrit#all,open,n,z

Items from 9613 till 9642 providing Ukraine language translation. And
all items has a prove from more then 2 code reviewers.

Please explain to me how you decide which items should be included
into release and which not...

Thanks,
Good Luck

On Apr 27, 9:12 pm, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
 download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-28 Thread Al Sutton

I expect they're looking for a internal staff member who can confirm the
translation is accurate and correct for the context in which it's used,
hence why there are +1's on the code review, but no +1s for verification.

Al.
---

* Written an Android App? - List it at 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. 


-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of AlexK
Sent: 28 April 2009 15:26
To: Android Developers
Subject: [android-developers] Re: Android 1.5 SDK now available


Hi,

Why Android team does not include Ukraine language into release?!

Translation to all applications was uploaded long time ago.
Please take a look at https://review.source.android.com/Gerrit#all,open,n,z

Items from 9613 till 9642 providing Ukraine language translation. And all
items has a prove from more then 2 code reviewers.

Please explain to me how you decide which items should be included into
release and which not...

Thanks,
Good Luck

On Apr 27, 9:12 pm, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for
download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.ht
 ml

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-28 Thread AlexK

A little trust for translation done by other vendors will help a
lot :)

On Apr 28, 5:35 pm, Al Sutton a...@funkyandroid.com wrote:
 I expect they're looking for a internal staff member who can confirm the
 translation is accurate and correct for the context in which it's used,
 hence why there are +1's on the code review, but no +1s for verification.

 Al.
 ---

 * Written an Android App? - List it athttp://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.



 -Original Message-
 From: android-developers@googlegroups.com

 [mailto:android-develop...@googlegroups.com] On Behalf Of AlexK
 Sent: 28 April 2009 15:26
 To: Android Developers
 Subject: [android-developers] Re: Android 1.5 SDK now available

 Hi,

 Why Android team does not include Ukraine language into release?!

 Translation to all applications was uploaded long time ago.
 Please take a look athttps://review.source.android.com/Gerrit#all,open,n,z

 Items from 9613 till 9642 providing Ukraine language translation. And all
 items has a prove from more then 2 code reviewers.

 Please explain to me how you decide which items should be included into
 release and which not...

 Thanks,
 Good Luck

 On Apr 27, 9:12 pm, Xavier Ducrohet x...@android.com wrote:
  Hello developers,

  The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for
 download.

  More information
  athttp://android-developers.blogspot.com/2009/04/android-15-is-here.ht
  ml

  Xav
  --
  Xavier Ducrohet
  Android Developer Tools Engineer
  Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-28 Thread Fred Grott(shareme)

Xavier

On the eclipse plugin, ADT 0.9 I am still getting a build path hiccup
at project setup errors show  up as:

[2009-04-28 10:43:43 - DummyAndroid] no classfiles specified
[2009-04-28 10:43:43 - DummyAndroid] Conversion to Dalvik format
failed with error 1

once I go to build path and recheck something everything is than fine
as no problems reported as they disappear in the problem vie tab.

My environment is Linux, Ubuntu 9.0.4..




On Apr 27, 1:12 pm, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
 download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-28 Thread AlexK

Thanks for explanation...

I expecting more features for localization in cupcake release.
Still in release are known issues: Virtual keyboard does not support
several languages switching, still has issue with ALT and SHIFT key
status (led)...

Do you know which branch/tag will be used for future releases?! Do you
have any news about next releases?

On Apr 28, 5:45 pm, Jean-Baptiste Queru j...@android.com wrote:
 1.5 was released from the cupcake branch, into which we didn't accept
 external contributions.

 JBQ





 On Tue, Apr 28, 2009 at 7:25 AM, AlexK kucherenko.a...@gmail.com wrote:

  Hi,

  Why Android team does not include Ukraine language into release?!

  Translation to all applications was uploaded long time ago.
  Please take a look athttps://review.source.android.com/Gerrit#all,open,n,z

  Items from 9613 till 9642 providing Ukraine language translation. And
  all items has a prove from more then 2 code reviewers.

  Please explain to me how you decide which items should be included
  into release and which not...

  Thanks,
  Good Luck

  On Apr 27, 9:12 pm, Xavier Ducrohet x...@android.com wrote:
  Hello developers,

  The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
  download.

  More information 
  athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

  Xav
  --
  Xavier Ducrohet
  Android Developer Tools Engineer
  Google Inc.

 --
 Jean-Baptiste M. JBQ Queru
 Android Engineer, Google.

 Questions sent directly to me that have no reason for being private
 will likely get ignored or forwarded to a public forum with no further
 warning.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-27 Thread Mark Murphy

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for
 download.

 More information at
 http://android-developers.blogspot.com/2009/04/android-15-is-here.html

Congratulations!

MLM (writing from a hotel room in Sweden)


-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Available!



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-27 Thread Mariano Kamp
Awesome.
Now networking works in the emulator again.

Thanks guys!

On Mon, Apr 27, 2009 at 8:12 PM, Xavier Ducrohet x...@android.com wrote:


 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for
 download.

 More information at
 http://android-developers.blogspot.com/2009/04/android-15-is-here.html


 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.

 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Please unsubscribe joesensp...@gmail.com Was: Fwd: [android-developers] Re: Android 1.5 SDK now available (Action Required)

2009-04-27 Thread Mariano Kamp
Hey Mr. Moderator,
  could you please unsubscribe the guy? This is the 6th challenge I get from
his address today and I won't carve ;-) If this boxbe service would at least
recognize that I already got 5 other mails from it today ... tstststs

Cheers,
Mariano

-- Forwarded message --
From: postmas...@boxbe.com
Date: Mon, Apr 27, 2009 at 9:35 PM
Subject: Re: [android-developers] Re: Android 1.5 SDK now available (Action
Required)
To: Mariano Kamp mariano.k...@gmail.com


  Hello Mariano Kamp,

I use Boxbe to protect my email address. While I did receive your email
about [android-developers] Re: Android 1.5 SDK now available, you are not
currently on my email Guest List. I'll be more likely to see your email and
future messages if you are on my priority Guest List.

Click here to be put directly on my Guest
Listhttps://www.boxbe.com/crs?tc=64982194_1360099709

Thank you,
joesensp...@gmail.com

*About this Notice*
This courtesy notice is part of a free service to make email more reliable
and useful. Boxbe (www.boxbe.com) uses your existing social network and that
of your friends to keep your inbox clean and make sure you receive email
from people who matter to you.

[image: Boxbe] http://www.boxbe.com/how-it-works?tc=64982194_1360099709
Say Goodbye to Email Overload
www.boxbe.com http://www.boxbe.com/how-it-works?tc=64982194_1360099709

Final-Recipient: rfc822; joesensp...@gmail.com
Diagnostic-Code: X-Boxbe-Notice; Sender not pre-approved, delivery likely
delayed.  Follow instructions in above notice
Status: 4.7.0



-- Forwarded message --
From: Mariano Kamp mariano.k...@gmail.com
To: android-developers@googlegroups.com
Date: Mon, 27 Apr 2009 21:35:20 +0200
Subject: [android-developers] Re: Android 1.5 SDK now available

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Fwd: Please unsubscribe joesensp...@gmail.com Was: Fwd: [android-developers] Re: Android 1.5 SDK now available (Action Required) (Action Required)

2009-04-27 Thread Mariano Kamp
See?
Say Goodbye to Email Overload

It's not working for me.

-- Forwarded message --
From: postmas...@boxbe.com
Date: Mon, Apr 27, 2009 at 9:40 PM
Subject: Re: Please unsubscribe joesensp...@gmail.com Was: Fwd:
[android-developers] Re: Android 1.5 SDK now available (Action Required)
(Action Required)
To: Mariano Kamp mariano.k...@gmail.com


  Hello Mariano Kamp,

I use Boxbe to protect my email address. While I did receive your email
about Please unsubscribe joesensp...@gmail.com Was: Fwd:
[android-developers] Re: Android 1.5 SDK now available (Action Required),
you are not currently on my email Guest List. I'll be more likely to see
your email and future messages if you are on my priority Guest List.

Click here to be put directly on my Guest
Listhttps://www.boxbe.com/crs?tc=64988805_733871037

Thank you,
joesensp...@gmail.com

*About this Notice*
This courtesy notice is part of a free service to make email more reliable
and useful. Boxbe (www.boxbe.com) uses your existing social network and that
of your friends to keep your inbox clean and make sure you receive email
from people who matter to you.

[image: Boxbe] http://www.boxbe.com/how-it-works?tc=64988805_733871037
Say Goodbye to Email Overload
www.boxbe.com http://www.boxbe.com/how-it-works?tc=64988805_733871037

Final-Recipient: rfc822; joesensp...@gmail.com
Diagnostic-Code: X-Boxbe-Notice; Sender not pre-approved, delivery likely
delayed.  Follow instructions in above notice
Status: 4.7.0



-- Forwarded message --
From: Mariano Kamp mariano.k...@gmail.com
To: android-developers android-developers@googlegroups.com
Date: Mon, 27 Apr 2009 21:40:12 +0200
Subject: Please unsubscribe joesensp...@gmail.com Was: Fwd:
[android-developers] Re: Android 1.5 SDK now available (Action Required)

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Android 1.5 SDK now available

2009-04-27 Thread havexz

Thanks Xav for the update.

I have a suggestion regarding the online 1.5 sdk documentation. Is it
possible to add the the sdk version (version with which the API is
introduced) with the APIs in the reference section.

Example (just a fake example):

onLayout(boolean changed, int l, int t, int r, int b)
sdk_v1.0

onMeasure(int widthMeasureSpec, int heightMeasureSpec)
sdk_v1.5

This will help developers to know which apis are new and which ones
are old and help them cofigure there releases (using minSdkVersion)
easily and efficiently.

This kind of notation is also used in Windows Mobile SDK.

Havexz

On Apr 27, 1:12 pm, Xavier Ducrohet x...@android.com wrote:
 Hello developers,

 The Android 1.5 SDK, and the 1.5 images for ADP1 are now available for 
 download.

 More information 
 athttp://android-developers.blogspot.com/2009/04/android-15-is-here.html

 Xav
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Please unsubscribe joesensp...@gmail.com Was: Fwd: [android-developers] Re: Android 1.5 SDK now available (Action Required)

2009-04-27 Thread Eric Chen
Thanks M. I just downloaded it:)
Best Regards

Eric Chen


On Tue, Apr 28, 2009 at 3:40 AM, Mariano Kamp mariano.k...@gmail.comwrote:

 Hey Mr. Moderator,
   could you please unsubscribe the guy? This is the 6th challenge I get
 from his address today and I won't carve ;-) If this boxbe service would at
 least recognize that I already got 5 other mails from it today ... tstststs

 Cheers,
 Mariano

 -- Forwarded message --
 From: postmas...@boxbe.com
 Date: Mon, Apr 27, 2009 at 9:35 PM
 Subject: Re: [android-developers] Re: Android 1.5 SDK now available (Action
 Required)
 To: Mariano Kamp mariano.k...@gmail.com


   Hello Mariano Kamp,

 I use Boxbe to protect my email address. While I did receive your email
 about [android-developers] Re: Android 1.5 SDK now available, you are not
 currently on my email Guest List. I'll be more likely to see your email and
 future messages if you are on my priority Guest List.

 Click here to be put directly on my Guest 
 Listhttps://www.boxbe.com/crs?tc=64982194_1360099709

 Thank you,
 joesensp...@gmail.com

 *About this Notice*
 This courtesy notice is part of a free service to make email more reliable
 and useful. Boxbe (www.boxbe.com) uses your existing social network and
 that of your friends to keep your inbox clean and make sure you receive
 email from people who matter to you.

 [image: Boxbe] http://www.boxbe.com/how-it-works?tc=64982194_1360099709
 Say Goodbye to Email Overload
 www.boxbe.com http://www.boxbe.com/how-it-works?tc=64982194_1360099709

 Final-Recipient: rfc822; joesensp...@gmail.com
 Diagnostic-Code: X-Boxbe-Notice; Sender not pre-approved, delivery likely
 delayed.  Follow instructions in above notice
 Status: 4.7.0



 -- Forwarded message --
 From: Mariano Kamp mariano.k...@gmail.com
 To: android-developers@googlegroups.com
 Date: Mon, 27 Apr 2009 21:35:20 +0200
 Subject: [android-developers] Re: Android 1.5 SDK now available



 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---