The solution that I use is to define two layouts. One with the layout folder set to for example
layout-sw600dp
I use this to provide a menu button for my tablet users and to hide this for the phone users. That way I do not (yet) have to implement the ActionBar for my existing apps ...
See this post for more details.