There is an another issue about connection. Some android versions can connect but some cannot. So there is an another solution
in AndroidManifest.xml:
<application ... android:usesCleartextTraffic="true">_x000D_
..._x000D_
</application>
_x000D_
Just add 'android:usesCleartextTraffic="true"'
and problem solved finally.