Recently, a kind reader by the name of Lee emailed me about an issue he had with not being able to connect his device to the computer for debugging purposes. He followed all of the examples and notes in the book and still could not get it to work. So, if you cannot get your…
Continue Reading »
I’m in the middle of writing a bunch of Android apps and I’ve gotten to the point where I’m tired of typing the same thing over and over so I’ve created some Android XML Live Templates for IntelliJ 10 CE. The templates are for the XML layout system in Android. As time progresses I’m sure…
Continue Reading »
Since I could not find the answer anywhere on the web, I’m posting it here just in case I have this issue sometime in the future. I was working with IntelliJ early this morning and I received the following error: File /Users/donnfelker/Documents/android/MyAwesomeApp/out/production/MyAwesomeApp/MyAwesomeApp.apk.res not found. Try to rebuild project I tried rebuilding, clearing the IntelliJ caches,…
Continue Reading »
IntelliJ I recently made the switch for my Android development to IntelliJ from Eclipse. Why? I love JetBrains products as they are very productivity minded. I’ve been a ReSharper user since version 1, since my buddy Chris Lawson introduced me to it. That said, after the move to IntelliJ I needed a list of keyboard…
Continue Reading »
This post is part 3 in a series of posts of how to set up an Android build server. Posts: * Part 1 – The Server * Part 2 – Installing Hudson * Part 3 – Installing the Android SDK * Part 4 – Communicating with GitHub (this post) * Part 5 – Creating a…
Continue Reading »