Posts Tagged ‘Software development kit’

WARNING this is not for the faint-of-heart! It will break upon SDK revisions! Because it might result in more work for  GoogleOHA Engineers they might discourage it! WARNING, THIS ONLY WORKS WITH ECLIPSE! If you look at the SetUP Ant task code you will find that it checks for an sdk.ant.build.revision number with a max [...]

As you might know android-src.jar for IDE code completion is not supplied by the SDK you download.  SOmeoen has stepped up agin and suppplied a zipped archive of classes for SDK 1.6.  As always download from the link on bug issue 979 and unzip in /sdk_install/platforms/1.6/sources and of course you will alos find the download [...]

I am finishing up my next android contribution. Its a bug fix to fix the ANT support in the SDK by adding the proper ANT targets for unit and mock testing. If you have downloaded my Sdk customization extras you wil want to look at this bug fix as it has new targets added that [...]

Image via CrunchBase This set of steps is for those developing Android Applications. First setup your environment so that you can use repo per these instructions, do not download source yet. Okay now you ned to know which tag matches the SDK/Emulator version you have, in this case SDK 1.5.r2 has a source tag of [...]

So how do we detect the Android SDK version so that the AndCoooper build tool can be used if the SDK is updated? Goolge/OHA through the SDK provide us with a ANT target property located in default.properties that is generated by the SDK. Normally, ANT does not support conidiotnal logic to hook into this but [...]