If i run the app direct of Android Studio to my smartphone the app works correctly but if downloaded my app on Play Store, the app stop and show me the follow errors:
android.view.InflateException: Binary XML file line #25: Binary XML file line #25: Error inflating class android.support.design.widget.NavigationView
Binary XML file line #25: Error inflating class android.support.design.widget.NavigationView
Binary XML file line #17: Unable to find LayoutManager android.support.v7.widget.LinearLayoutManager
May somebody help me? Thank you.
EDIT: WORKS CHANGE ON GRADLE compile 'com.android.support:design:23.1.0' to compile 'com.android.support:design:23.1.1'