funbinod Posted April 11, 2021 Report Share Posted April 11, 2021 i'm trying to set actionbar on my android studio project. while debugging, android studio doesn't show any errorĀ but when i run my app, it stops at this line. please suggest me the perfect way of working with toolbar on android studio. Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); setSupportActionBar(toolbar); thank you all in advance. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now