Update Eclipse with Android development tools v. 23

Google has released ADT v23.0.2. This solved many problems of previous ADT version 23. Step-by-step: Menu Help → Install New Software… For “Work with”, select the Android source https://dl-ssl.google.com/android/eclipse Tick ADT v23.0 for installation, then click “Next” Eclipse will show “Install Remediation Page” since there is conflict with previous version. (If it does not, see … Read more

Libraries do not get added to APK anymore after upgrade to ADT 22

Quoting Streets of Boston from his adt-dev post: When upgrading, the ‘Order and Export’ of the new ‘Android Private Libraries’ is not always checked. And the android-support-v4.jar is now in this ‘Android Private Libraries’ section. To fix this, go to ‘Order and Export’ and check ‘Android Private Libraries’. Then refresh/clean/rebuild. After you done this ‘fix’ … Read more