我在用OpenYouTubePlayerActivity.class
当我把它intent
写进我的activity
startActivity(new Intent(null, Uri.parse("ytv:NG3WygJmiVs"), this,OpenYouTubePlayerActivity.class));
我收到以下错误Class
:
The constructor Intent(null, Uri, new View.OnClickListener(){}, Class<OpenYouTubePlayerActivity>) is
undefined
任何想法。