Okay folks, source jars for IDE debugging are in the Maven repos at: http://repo1.maven.org/maven2/com/google/android/android/
Archive for December, 2010
If you sdk is now suddenly not pointing to the place where your avds are set ANDROID_SDK_HOME to where the .android folder is.
Android Agile Patterns
Posted: December 21, 2010 in Android, JavaTags: Android, android-mock, Apache Ant, Behavior Driven Development, Emulator, instinct, Mock object, Original equipment manufacturer, robolectric, robotium, Test-driven development, Unit testing
You might be wondering why I would spend so much time on integrating things via an ANT or Gradle build tool. The whole idea was to be able to do full application testing from beginning to end similar to the way OEMs do framework testing. In other words the developer should be able to run [...]
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 [...]
Android Tools 8.0.1, Eclipse and ANT 1.8.1
Posted: December 17, 2010 in Android, EclipseTags: ANT, Apache Ant, Eclipse, Integrated development environment, Linux
First, if you are running android tools 8.0.1 from eclipse than everything works fine. Second, to run build using android tools 8.0.1 or higher outside of eclipse you must use ant 1.8.1 or higher. Most Linux version in theri beta/test repos already have compiled ant 1.8.1 binaries to install to run ant 1.8.1 form the [...]
I found some gems in the Android Market Improvements announcement: 1. Refund window deceasd to 15 minutes form 24 hours! 2. Being able to target apps to screen sizes and apk size increased to 50 megabytes for games along with GL texture compression targeting. These changes are slated to be rolled out in the next [...]


