I fount the problem. Yes, ADB was the issue. Because I was initializing an ADB bridge between the device and pc with monkey runner and the solution was to close the bridge and to open another one with appium. But there is one more question? How can I set --relaxed-security programmatically?
I create a topic here: Enable --relaxed-security programmatically in Java