You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
import android.support.v7.app.ActionBarDrawerToggle;
is now deprecated.
Is there a workaround for this? I'm unable to use it in Chapter 10.
The text was updated successfully, but these errors were encountered: