Retrofit.Builder builder = new Retrofit.Builder() .baseUrl("https://10.0.2.2:8080/") .addConverterFactory(GsonConverterFactory.create());