How do I disable a package filter? I keep getting this message....
Ignoring unknown package filter 'build-tools-23.0.0_rc2'
Warning: The package filter removed all packages. There is nothing to install.
Please consider trying to update again without a package filter.
First of all make sure you have installed build-tools-23.0.0 using the sdk manager.
Then open the build.gradle file at app level and remove the 'rc2' part from the line buildToolsVersion "23.0.0 rc2"
This is how I have solved the same issue. Hope it helps.
Solved!!! I was facing the same issue and after searching for quite a long time, I found this way around:
./tools/android list sdk -e
prints id: 1 or "tools" there is an update for the sdk tools available./tools/android update sdk -u -a -t tools
installs/updates the sdk tools (it reinstalls if already installed)It will ask y/n. Choose yes, it starts installing.
Finally what solved my problem is to download this rar file (containing the 23.0.0_rc2 sdk files), and extract it inside sdk->build-tools.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With