以下の内容はhttps://anton0825.hatenablog.com/entry/2015/05/19/000000より取得しました。


compile 'com.android.support:appcompat-v7:20.+'をbuild.gradleに追加すると「This support library should not use a lower version」エラー

原因はcompileSdkVersionで指定しているバージョンより古いバージョン用のsupport libararyを使用していたため。

compile 'com.android.support:appcompat-v7:20.+'

compile 'com.android.support:appcompat-v7:21.+'

に修正すると直った。

参考:




以上の内容はhttps://anton0825.hatenablog.com/entry/2015/05/19/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14