How to remove package filter?
问题 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. 回答1: 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