Reputation: 9018
I'm using Android Studio and facing a problem. I need to remove the deprecation on the ActionBarActivity. The things I did to remove the deprecation are:
import the android.support.v7.app.ActionBarActivity
but the result is still same. I need to make an app with actionbar so i need that.
Upvotes: 0
Views: 55