Dharani Kumar
Dharani Kumar

Reputation: 1981

customizing using Appcompat not works

I have used Appcompat for Actionbar to get actionbar in Android 2.1 devices. I included appcompat library. but it shows Theme.AppCompat.Light not found. please provide suggestions.!enter image description here

Upvotes: 0

Views: 301

Answers (2)

Bhavesh Patadiya
Bhavesh Patadiya

Reputation: 25830

Try using below Step: 1) File->Import (android-sdk-xxx\extras\android\support\v7). Choose appcompat 2) Project-> properties->Android. In the section library Add and choose appCompat

Upvotes: 1

Delyan
Delyan

Reputation: 8911

As explained in this thread, you can't just add the jar files, you need to add the full project as a Library dependency. You can find the instructions here.

Upvotes: 2

Related Questions