android, The constructor MediaController() is undefined
问题 I have an android app, working fine with fragments, I need to show a video from a fragment, but in order to do this, I need to instantiate mediacontroller, but i get : The constructor MediaController() is undefined here my code: package com.orchard.elasto.custom; import com.egoclean.elasto.R; import android.content.Context; import android.content.res.Resources; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.TypedValue; import