I just migrated from eclipse to studio. I followed one blog to export project from eclipse to studio. The app working fine in lollipop and throwing the following error in pr
Your logcat returns
java.lang.NoClassDefFoundError: android.support.v7.appcompat
So update your support repository (Version 23) And ** For API 23:**
compile 'com.android.support:appcompat-v7:23.0.0'