I can\'t figure out how to remove my title. I\'ve used the code below in my MainActivity but after I added that line, my app crashes.
MainActivity
getSuppor
Check your styles.xml
Change your theme to .NoActionBar
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
Hope it helps....