Skip to content
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

BitAndPizzas Chapter 10 #24

Open
DuaneQ opened this issue Mar 31, 2017 · 1 comment
Open

BitAndPizzas Chapter 10 #24

DuaneQ opened this issue Mar 31, 2017 · 1 comment

Comments

@DuaneQ
Copy link

DuaneQ commented Mar 31, 2017

import android.support.v7.app.ActionBarDrawerToggle;
is now deprecated.

Is there a workaround for this? I'm unable to use it in Chapter 10.

@DuaneQ
Copy link
Author

DuaneQ commented Mar 31, 2017

I resolved the deprecation issue by adding com.android.support:appcompat-7:v26.0.0-alpha1 to the app module dependencies but now I'm getting the following:
Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed with multiple errors, see logs

And I see an warning in build.gradle saying I should use a different version than the compiled version 25.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant