Posts Tagged ‘Android SDK’

Testing Patience

Posted: June 1, 2011 in Android, Java, Mobile
Tags: ,

Its interesting to go on interviews to see if people really get testing or not and its role in the agile process.  For example, the set of ant-rules files that is distributed with the android sdk has had annoying little mistakes in key areas such as the coverage target inn test_rules, etc for awhile. My [...]

Hacking the android SDK

Posted: December 20, 2010 in Android, Java
Tags: ,

Most of us need the stacktrace, mapping, seed files of our proguard runs and log statements stripped.  Thus, take my proguard.cfg copy and change the one in your sdk to mine os that you have that when you create new projects. Oh, you  did not know you could change certain files in the SDK to [...]

The Android 2.2 Sdk release is probably on Wed morning. But, this sdk release is different. Not only do we have a quarter where android device sales surpassed iphone(remember I told you it was going to happen in 2010 not 2011), we also have an Android SDK that represents both Google and OHA taking outside [...]

Android 2.2 release

Posted: April 13, 2010 in Android
Tags: ,

6 days ago the platform/SDK.git was merged from tools v6. This may be an indication of a very soon release of SDK tools v6 and Android SDK 2.2 before the iPhone 4 OS release this summer. The only side information I have at the moment which was oen of the comments in one my March [...]

EMMA suport for Anroid SDK 1.6 R2

Posted: December 4, 2009 in Android, Java, Mobile
Tags:

Google is updating prior SDKs to include EMMA support, first one is API level 4 which is SDK 1.6r2. Details here. Some other fixes as well including the emulator skin fix for the d-pad.