Android sys-img-armeabi-v7a-android-23 not found

I have used the following command to install abi until today.

echo y | android update sdk --no-ui --all --filter sys-img-armeabi-v7a-android-23 

But now I got the following error.

 Error: Ignoring unknown package filter 'sys-img-armeabi-v7a-android-23' Warning: The package filter removed all packages. There is nothing to install. Please consider trying to update again without a package filter. 

Does anyone have the same problem? I am using the Android SDK r24.4.1.

+6
source share
1 answer

There is a problem:

https://code.google.com/p/android/issues/detail?id=206022

EDIT: Work again

EDIT2: as of 2016-11-29, the problem remains:

 android update sdk --no-ui --all --filter sys-img-armeabi-v7a-android-23 15:59:01 ☁ feat/TravisArchitecture β˜€ Refresh Sources: Fetching https://dl.google.com/android/repository/addons_list-2.xml Validate XML Parse XML Fetched Add-ons List successfully Refresh Sources Fetching URL: https://dl.google.com/android/repository/repository-11.xml Validate XML: https://dl.google.com/android/repository/repository-11.xml Parse XML: https://dl.google.com/android/repository/repository-11.xml Fetching URL: https://dl.google.com/android/repository/addon.xml Validate XML: https://dl.google.com/android/repository/addon.xml Parse XML: https://dl.google.com/android/repository/addon.xml Fetching URL: https://dl.google.com/android/repository/glass/addon.xml Validate XML: https://dl.google.com/android/repository/glass/addon.xml Parse XML: https://dl.google.com/android/repository/glass/addon.xml Fetching URL: https://dl.google.com/android/repository/extras/intel/addon.xml Validate XML: https://dl.google.com/android/repository/extras/intel/addon.xml Parse XML: https://dl.google.com/android/repository/extras/intel/addon.xml Fetching URL: https://dl.google.com/android/repository/sys-img/android/sys-img.xml Validate XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml Parse XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml Fetching URL: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml Validate XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml Parse XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml Fetching URL: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml Validate XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml Parse XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml Fetching URL: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml Validate XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml Parse XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml Error: Ignoring unknown package filter 'sys-img-armeabi-v7a-android-23' Warning: The package filter removed all packages. There is nothing to install. Please consider trying to update again without a package filter. 
+5
source

All Articles