CoDe
CoDe

Reputation: 11146

Android Studio 0.2.2 + ActionBarSherlock settings: Could not find class 'android.support.v4.app.FragmentActivity'

similar problem mention here. I set android-support-v4 to compiler also but still I am getting problem related to reference library.

enter image description here

How can solve this issue?

Upvotes: 0

Views: 595

Answers (1)

Youngjae
Youngjae

Reputation: 25050

As you requested my settings to be shared, I here post my project settings window. Hope that you can help.

1. ActionBarSherlock project.

Note that only android-support-v4 is checked to be exported.

ActionBarSherlock

2. My personal project settings windows.

Nothing special but only ActionBarSherlock project is referenced. enter image description here

Upvotes: 1

Related Questions