How to add “Android Design Support Library” to Eclipse with ADT-plugin?

Before use the design support library, you have to import support-v7-appcompat library from android-sdks\extras\android\support\v7\appcompat. Then, you have to: create an android library project in eclipse for design support library put the contents of directory android-sdks\extras\android\support\design in the design support library project Link appcompat-v7 library to design support library project Link support library project from your … Read more

ADT 22.2 New App Wizard: Unsupported template dependency: Upgrade your Android Eclipse plugin

Update 2: Now (2013-09-19T17:00:00Z) there’s an ADT 22.2.1 and Tools 22.2.1 updates available that fix this issue: Use Eclipse > Help > Check for Updates to get ADT 22.2.1 Use SDK Manager to get Tools 22.2.1 You need both parts to fix the issue. The ADT bundle and the installer package on http://developer.android.com/sdk/index.html have been … Read more

How to add a Library Project to a android project?

File->New->Other Select Android Project Select “Create Project from existing source” Click “Browse…” button and navigate to johannilsson-android-actionbar\actionbar Finish (Now action bar project in your workspace) Right-click on your project -> Properties In Android->Library section click Add select recently added project -> Ok that’s it! Now you can use it