3,267 questions
0 votes
0 answers
28 views
TabSwipeActivity to work with ActionBar without ActionBarSherlock
I had actionbarsherlock in my app implemented. Now I want to get rid of it as Im increasing to API 21 and think its not required anymore. I have an ActionBar on in a TabSwipeActivity and this is the ...
0 votes
1 answer
102 views
"ActionBarSherlock" error after removing ActionBarSharelock from gradle implementation
Just recently I posted a question as I had a link issue. Then there I was told by a person that you cannot use ActionBarSharelock and AppCompat at the same time. So they advised me to remove the ...
1 vote
1 answer
152 views
failed linking references resource and duplicate value after update Android Studio
I've been researching this issue for the past 5 days. And there were enough solutions, but no one could help me. Please tell me a solution to this problem. Some Screenshots and Code Here Below: ...
1 vote
1 answer
76 views
NoSuchFieldError when updating from ActionBarSherlock to AppCompatActivity
I am updating an app from API 9 to API 28 which implemented ActionBarSherlock. I have been following many tutorials (specially this one) to upgrade from ActionBarSherlock to ActionBarActivity and ...
6 votes
0 answers
351 views
ActionBarSherlock causes Android Linking Error
I inherited a project that for whatever reason uses ActionBarSherlock even though it was written a year ago... Anyhow, it was written on Android Studio v2.0 and targets android version 19. I updated ...
0 votes
0 answers
651 views
Unknown android attribute SherlockSpinner
I am supposed to migrate to Android Studio and redesign an old app. This app is using actionbarsherlock( very deprecated, I know).But, to start I need to make it work. I have added it as a module but ...
3 votes
4 answers
3k views
Build failing since last update
I cannot build my Android project since I updated Android studio about ten days ago. I updated it again yesterday, but I still cannot build project. Worst thing is I cannot determine the source of ...
1 vote
0 answers
249 views
ActionBarSherlock is not working in Android Studio 3.0
I have an old eclipse project and I was using ActionBarSherlock library for customising action bar. Now I am migrating this project into android studio 3.0 but after including this library in project ...
0 votes
0 answers
43 views
Actionbarsherlock conflicts Facebooks sdk facebook-android-sdk:[4,5) [duplicate]
My project is 3 years old which uses compile project(':actionbarsherlock') Now trying to update facebooks sdk to lates version because Reminder: Graph API v2.4 will be deprecated on Oct 09, 2017 ...
0 votes
0 answers
51 views
Actionbarsherlock cannot be rename
I am running GoogleMapsV2WithActionBarSherlock which is an Eclipse project. On import, How do I rename this file located below. Every time I am manually renaming the file, the problem is existing ...
0 votes
1 answer
131 views
Need both ActionBarSherlock and appcompat-v7 in a project
Please, help. I need both libraries in an android project and appcompat must be version 24.0.0 or higher. MultiDex and changing targetSdk version didn't help.
0 votes
0 answers
103 views
Gradle Sync Error:(57,0)
I'm having a lot of trouble moving source code from github to Android Studio and I think a big part of the problem is with the gradle build tool files. I have never worked with android studio before ...
2 votes
2 answers
293 views
Crash when adding Firebase for Google Ads in gradle
I am trying to add in an older project google ads banner, but when I add to the Grandle the Firebase and run the app it crashes: This is my gradle: apply plugin: 'com.android.application' android { ...
8 votes
1 answer
1k views
Search for text which contains certain character in SearchView AutoCompleteTextView
I am trying to modify an open source dictionary project which use ActionBarSherlock SearchView$SearchAutoComplete. For example, I have an entry called "Google Play". The SearchView is able to return ...
0 votes
2 answers
141 views
Removing Sherlock Actionbar library Theme not found
I have removed the ActionBarSherlock library and adapted my code. Now I get errors in my style.xml <style name="Theme.MyTheme" parent="Theme.Sherlock.Light"> What do I have to use instead of ...