There was a problem: you need to port the finished application, written for api 23, to api 14. I considered it a long matter to create a new project and decided to change the already finished one. Having registered everything necessary in the gradle, it remains to solve the following problem:
<br/> - 144 случая. Ошибка:<br/> No resource found that matches the given name: attr ' здесь название различных атрибутов '.<br/> Все эти ошибки содержатся в:<br/> E:\AndroidProjects\myProject\app\build\intermediates\res\merged\debug\values-ldltr-v21\values-ldltr-v21.xml<br/> E:\AndroidProjects\myProject\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.4.0\res\values-v17\values-v17.xml<br/> E:\AndroidProjects\myProject\app\build\intermediates\res\merged\debug\values-v21\values-v21.xml<br/> E:\AndroidProjects\myProject\app\build\intermediates\exploded-aar\com.mikepenz\materialize\0.8.5\res\values-v21\values-v21.xml<br/> E:\AndroidProjects\myProject\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\23.4.0\res\values-v21\values-v21.xml<br/> E:\AndroidProjects\myProject\app\build\intermediates\res\merged\debug\values-v23\values-v23.xml<br/> E:\AndroidProjects\myProject\app\build\intermediates\exploded-aar\com.android.support\design\23.4.0\res\values\values.xml<br/>
Manually, these files do not change, because they are generated. Someone tell me where to look ... But I myself can not figure out where to look. Thank you very much