Set up Android ADT + Oracle JDK on your Ubuntu

Version of Ubuntu I’m using: 12.04 LTS Firstly, we need to install JDK. If you want to live with OpenJDK, it should be trivial to set up. But, in case you would like to work on Oracle JDK (usually that’s preferred way, even IntelliJ is complaining to have Oracle JDK installed just because of performance), … More Set up Android ADT + Oracle JDK on your Ubuntu

Finding your Android device on Ubuntu

Today when I tried to deploy my Android app to the HTC device, I realized that it was displayed as the set of ‘?’ characters with output – no permission. Couple of seconds later, and stack overflow is explaining how to solve the issue (windows and Ubuntu). Sounds like that’s a common problem – http://stackoverflow.com/questions/3429959/why-is-eclipses-android-device-chooser-not-showing-my-android-device. Just … More Finding your Android device on Ubuntu