Android - ActionBarDrawerToggle cannot be resolved -
hi getting error in actionbardrawertoggle cannot resolved when import in activity android.support.v7.app.actionbardrawertoggle;
have imported appcompact_v7 , android-support-v7-appcompact libaries.
it gives no error when import import android.support.v4.widget.drawerlayout; import android.support.v7.app.actionbaractivity;
i need actionbardrawertoggle implementing action bar.
have tried everything.
p.s: using eclipse
make sure compile v7 support library project.
here's example build.gradle
androidstudio:
dependencies { compile filetree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.1.1' }
Comments
Post a Comment