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 [...]
Posts Tagged ‘Software development kit’
Android-src.jar for Android 1.6
Posted: September 27, 2009 in Android, Java, MobileTags: Android, Software development kit
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 [...]
My next Android Cointribution-Agile-TDD
Posted: August 6, 2009 in Android, Java, MobileTags: Agile software development, Android, ANT, Software development kit, TDD
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 [...]
Viewing Android Source in an IDE
Posted: June 13, 2009 in UncategorizedTags: Android, Emulators, Google, Software development kit
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 [...]
Android SDK detection
Posted: June 2, 2009 in AndCooper, Android, Java, MobileTags: ANT, Build automation, Build Management, Java, Languages, Logic, Programming, Software development kit
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 [...]


