After updating Android App to lollipop it only shows a blank screen and actionbar -


i have been given extremely old code, written intern quite few years ago. app had been working (mostly) fine until lollipop, cannot installed , if os upgraded previous version works of time. app relatively updated change details on our page has otherwise remained untouched.

i have updated android studio (1.2.1.1), used sdk manager ensure relevant tools installed , used code inspection tool ensure deprecated code updated. have set target sdk 21 , minimum has been changed 7 8 in order resolve compatibility issues between , newer code.

the app compiles , loads onto device/emulators fine after splash screen app-logo fades out shows blank white page action bar @ top. action bar should have icon sliding menu drawer doesn't display. emulator loads keyboard can enter 3 lots of text into, sort of looks it's correctly directing user settings page (which needs 3 pieces of information) not displaying elements correctly.

i unsure best course of action now; has else had similar problem or has suggestion on how proceed?

i didn't want spam upload various views, classes , config files can upload of content if needed.


Comments