Sumedh Tambat
Sumedh Tambat

Reputation: 811

Not supporting actionbar backward compatibility

I want to use action bar in my project which have min sdk version 8. There for i use actionbarsharelock library to provide backward compatibility. But when i added library to project it gives error is R file missing. what goes wrong. Is there any other method to add library than normally we added.

Upvotes: 1

Views: 160

Answers (2)

Apurva Kolapkar
Apurva Kolapkar

Reputation: 1270

Make following changes-
1. Import a actionbarsherlock library.
2. Add actionbarsherlock-i18n to project libraries.
3. Make theme as Theme.sharelock in Manifest file.
4. And do some Syntacticla changes as per requirement.

Upvotes: 3

Apurva Kolapkar
Apurva Kolapkar

Reputation: 1270

Use actionbarsherlock Library.

Upvotes: 0

Related Questions