If you unable to find the cause,you can simply suppress the error
import android.os.StrictMode; StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder().permitAll().build() );