You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should be able to select compileSdk. Add `--compileSdk` option and
DO NOT verify it against our min required compile sdk.
This implements:
#927
Set min required compileSdk to 22 according to:
#920
Users should be able to select compileSdk. Add `--compileSdk` option and
DO NOT verify it against our min required compile sdk.
This implements:
#927
Set min required compileSdk to 22 according to:
#920
If you don't have installed android-22 sdk, and run command:
You won't be able to use specific components from the android-widgets.jar, because they use methods from android-support-library-22.x.x.
Possible solution:
Update default required version of Android SDK to 22
The text was updated successfully, but these errors were encountered: