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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -