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:
- AndroidStudio Error:Failed to resolve: com.android.support:appcompat-v7:29
- Actionbar expiration problem
- [Solved] Android Bug: Error:com.android.dex.DexException: Multiple dex files define Landroid/support/design…
- [Solved] Version 28 (intended for Android Pie and below) is the last version of the legacy support library
- To solve the version compatibility problem of support library: the support package has a red underline when it is introduced
- [Solved] Theme Error retrieving parent for item: No resource found that matche
- [Solved] Android Studio Conflict with dependency ‘com.android.support:support-annotations’
- Error:This Activity already has an action bar supplied by the window decor.
- Android Studio compilation: Program type already present: XXX solution
- Android Call requires API level 19 (current min is 15)