Error inflating android.support.v7.widget.Toolbar

What are the eight life cycle hook functions of Vue>>>

In the development, we haven’t paid much attention to the specific version numbers of various support packages. In this version, we used the

compile'com.android.support:appcompat-v7:23.2.0'

As a result, it can’t run on some (most) models. After Google, we finally found that we need to replace the version number with 23.1.1
version number

compile'com.android.support:appcompat-v7:23.1.1'

After testing, the problem was solved

For specific reasons and solutions, please refer to the following links:

http://stackoverflow.com/questions/35622438/update-android-support-library-to-23-2-0-cause-error-xmlpullparserexception-bin

Similar Posts: