Re: [android-developers] adt-bundle-{OS} has inconsistent SDK platform location for API 17

2012-11-19 Thread Matthew Insko
Thanks, I'll ask in that forum. On Monday, November 19, 2012 1:35:29 PM UTC-5, Mark Murphy (a Commons Guy) wrote: > > This is probably better asked on adt-dev rather than here. > > On Mon, Nov 19, 2012 at 1:08 PM, Matthew Insko > > > wrote: > > The new adt

[android-developers] adt-bundle-{OS} has inconsistent SDK platform location for API 17

2012-11-19 Thread Matthew Insko
The new adt-bundle-windows (and linix) have the API 17 SDK in platforms\android-4.2 instead of platforms\android-17. The SDK manager will still download the 4.2 SDK to platforms-17 if it does not exist. What was the reasoning behind this change? All the other SDK still download in the the name

[android-developers] adt-bundle-windows-x86 (and _64) missing SDK Manager.exe and AVD Manager.exe

2012-11-19 Thread Matthew Insko
I downloaded the adt-bundle-windows.zip. It is missing the SDK and AVD Manager.exe. The documentation tells you to go to the root of the SDK folder and run the SDK Manager to download additional SDK. The workaround is obvious to devs familar with the previous SDKs, go to sdk\tools and run and

[android-developers] Unique "ANDROID_ID" for each User in Android 4.2 (bug or feature)?

2012-11-14 Thread Matthew Insko
According to the documentation at http://developer.android.com/about/versions/android-4.2.html: "Beware that if your app requests one of the hardware device identifiers (such as the WiFi MAC address, the SERIALnumber, or the

[android-developers] Google Play Smart App Update Support - When is it being pushed to devices?

2012-07-10 Thread Matthew Insko
At Google IO, they announced the Google Play feature, Smart App Updates, which for Android 2.3+ will only send parts of the apk to be downloaded (no developer interaction needed) android-developers.blogspot.com/2012/06/introducing-android-41-jelly-bean.html Has anyone seen this working? What