-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with Google's AppCompat library #580
Comments
Hi Vinay, I've started following the instructions here to remove ActionBarSherlock from the codebase. I'll push the work to a separate branch. |
Hi Alex, I have been trying the migration myself for last few days, but couldn't overcome few errors. I followed the guideline you mentioned above strictly. I also followed quick instructions from http://stackoverflow.com/questions/20933944/what-are-the-common-issues-when-migrating-from-actionbarsherlock-to-actionbarcom , but without luck. Moreover, the latest android SDK, 23.x, has removed apache http permanently, rendering Pageturner incompatible with Android 6.0. Any chance we get this project migrated to appcompat anytime soon? |
Alex did another branch for ActionBarSherlock TO AppCompat migration- https://github.com/NightWhistler/PageTurner/tree/appcompatv7 Also, you can still use Apache's HTTP in 6.0 |
Thanks vinaywadhwa, |
The AppCompat branch works and compiles OK, but if I remember correctly it causes some Exceptions when run on older Android versions (Android 2.2 I think). That's the reason the changes have not been merged to master yet. |
Hi,
This is the kind of conflict errors i get when i build my project which refers(depends upon) to AppCompatV7 and PageTurner>(or any other library project which has ActionBarSherlock as a dependency)
The text was updated successfully, but these errors were encountered: