HeadFirstAndroid icon indicating copy to clipboard operation
HeadFirstAndroid copied to clipboard

BitAndPizzas Chapter 10

Open DuaneQ opened this issue 7 years ago • 1 comments

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 avatar Mar 31 '17 02:03 DuaneQ

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.

DuaneQ avatar Mar 31 '17 13:03 DuaneQ