I put a map on esri server and i want to build an android application to access that map,How to do that ?
One way to learn how is to check out this topic: Add a map to your app—ArcGIS Runtime SDK for Android | ArcGIS for Developers.
Step 6 shows how to create a layer from a Service and add it to your MapView.
Hope this helps!