I have an app with layout, layout-land, layout-sw600dp-land and layout-sw720-land. My app works normally with bigger screen but with smaller screen phones the app will crash when I rotate the phone. I used this code in my manifest and solve the crashing problem:
android:configChanges="orientation|screenSize"
App works fine with rotate, but its just show the layout and any land layouts will not show up. what to do? Thanks in advance