Closed SamanSepahvand closed 4 years ago
It sounds like you might have forgotten to import the PlayerView
class in PlayerActivity
. You can do this by adding the following code in the imports section:
import com.google.android.exoplayer2.ui.PlayerView;
hi.first thank you for this library and then after few month work with this library i have this error " error: cannot find symbol class PlayerView " Thank you for answering the question.