Could not find com.android.support:support-annotations:23.3.0

打开android studio 新工程报错:Could not find com.android.support:support-annotations:23.3.0. Required by:     tsh:app:unspecified > com.android.support:support-v4:22.2.1  Please install the Android Support Repository 


解决办法:去网络或别人的电脑上拷一份support-annotations包,一般路径是android-sdk\extras\android\m2repository\com\android\support\support-annotations

你可能感兴趣的:(工具)